#include "ip.h"
Go to the source code of this file.
Data Structures | |
struct | udp_header |
Defines | |
#define | UDP_HEADER_OFFSET IP_PAYLOAD_OFFSET |
#define | UDP_PAYLOAD_OFFSET UDP_HEADER_OFFSET + sizeof(struct udp_header) |
#define | MAX_UDP_PAYLOAD MAX_IP_PAYLOAD - sizeof(struct udp_header) |
#define MAX_UDP_PAYLOAD MAX_IP_PAYLOAD - sizeof(struct udp_header) |
#define UDP_PAYLOAD_OFFSET UDP_HEADER_OFFSET + sizeof(struct udp_header) |