UDP protocol header structure. More...
#include <netinet/udp.h>
Data Fields | |
uint16_t | uh_sport |
Source port. | |
uint16_t | uh_dport |
Destination port. | |
uint16_t | uh_ulen |
UDP length. | |
uint16_t | uh_sum |
UDP checksum. |
Source port.
Definition at line 119 of file udp.h.
Referenced by NutUdpOutput(), and NutUdpReceiveFrom().
Destination port.
Definition at line 120 of file udp.h.
Referenced by NutUdpInput(), and NutUdpOutput().