Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
udp.h
Go to the documentation of this file.
1#ifndef __NET__UDP_H__
2#define __NET__UDP_H__
3
4#include <type.h>
5
6typedef struct {
11} __attribute__((packed)) udp_header_t;
12
13#endif // __NET__UDP_H__
typedef __attribute__
Definition msi.c:47
char checksum[8]
Definition tar.h:45
uint16_t source_port
Definition udp.h:7
uint16_t dest_port
Definition udp.h:8
uint16_t length
Definition udp.h:9
unsigned short uint16_t
Definition type.h:13