UDP header. More...
#include <udp.h>
Data Fields | |
network_uint16_t | src_port |
source port | |
network_uint16_t | dst_port |
destination port | |
network_uint16_t | length |
payload length (including the header) | |
network_uint16_t | checksum |
checksum | |
network_uint16_t udp_hdr_t::checksum |
network_uint16_t udp_hdr_t::dst_port |
network_uint16_t udp_hdr_t::length |
network_uint16_t udp_hdr_t::src_port |