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. | |
UDP protocol header structure.
Source port.
Referenced by NutUdpOutput(), and NutUdpReceiveFrom().
Destination port.
Referenced by NutUdpInput(), and NutUdpOutput().
UDP length.
Referenced by NutUdpOutput().
UDP checksum.
Referenced by NutUdpOutput().