Definition at line 115 of file udp.h.
Data Fields | |
u_short | uh_sport |
Source port. | |
u_short | uh_dport |
Destination port. | |
u_short | uh_ulen |
UDP length. | |
u_short | uh_sum |
UDP checksum. |
Source port.
Definition at line 116 of file udp.h.
Referenced by NutUdpOutput(), and NutUdpReceiveFrom().
Destination port.
Definition at line 117 of file udp.h.
Referenced by NutUdpInput(), and NutUdpOutput().