Searched defs:udp_hdr (Results 1 – 1 of 1) sorted by relevance
152 struct udp_hdr { struct153 uint16_t uh_sport; /* source port */154 uint16_t uh_dport; /* destination port */155 uint16_t uh_ulen; /* udp length */156 uint16_t uh_sum; /* udp checksum */