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. |
Definition at line 118 of file udp.h.
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().