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
|
|
| {
|
|
|
uint16_t uh_sport;
|
|
|
uint16_t uh_dport;
|
|
|
uint16_t uh_ulen;
|
|
|
uint16_t uh_sum;
|
|
| }
|
|