File nut/include/netinet/udp.h


Included Files


Preprocessor definitions

#define _NETINET_UDP_H_

Typedef UDPHDR

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