Included Files
- #include <nut/include/sys/types.h>
- #include <nut/include/dev/netbuf.h>
Preprocessor definitions
#define _NETINET_UDP_H_
typedef struct udphdr UDPHDR
| struct udphdr
|
|
| {
|
|
|
u_short uh_sport;
|
|
|
u_short uh_dport;
|
|
|
u_short uh_ulen;
|
|
|
u_short uh_sum;
|
|
| }
|
|