File nut/boot/eboot/udp.h
Included in:
nut/boot/eboot/eboot.h
Included Files
#include "nut/boot/eboot/types.h"
Preprocessor definitions
#define _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;
}