#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | udp_header |
User datagram header. More... | |
Defines | |
#define | UDP_HEADER_SIZE sizeof(udp_header_t) |
UDP header size in bytes. | |
Typedefs | |
typedef udp_header | udp_header_t |
Type definition of the user datagram header. |
Based on the RFC 768.
Definition in file udp_header.h.