prot_udp.h

UDP protocol definitions.

Defines

UDP_HLEN

Variables

PACK_STRUCT_BEGIN struct udp_hdr PACK_STRUCT_STRUCT
struct udp_hdr
#include <prot_udp.h>

Public Functions

PACK_STRUCT_FIELD (u16_t src)
PACK_STRUCT_FIELD (u16_t dest)
PACK_STRUCT_FIELD (u16_t len)
PACK_STRUCT_FIELD (u16_t chksum)