File nut/boot/bootmon/udp.h

Included in: nut/boot/bootmon/bootmon.h
  nut/boot/bootmon/udp.c

Preprocessor definitions

#define _UDP_H

Typedef UDPHDR

typedef struct udphdr UDPHDR
struct udphdr  
   {  
      unsigned short uh_sport;  
      unsigned short uh_dport;  
      unsigned short uh_ulen;  
      unsigned short uh_sum;  
   }