File nut/include/netinet/udp.h


Included Files


Preprocessor definitions

#define _NETINET_UDP_H_

Typedef UDPHDR

typedef struct udphdr UDPHDR
struct udphdr  
   {  
      uint16_t uh_sport;  
      uint16_t uh_dport;  
      uint16_t uh_ulen;  
      uint16_t uh_sum;  
   }