Searched defs:udphdr (Results 1 – 3 of 3) sorted by relevance
45 struct udphdr { struct46 u_short uh_sport; /* source port */47 u_short uh_dport; /* destination port */48 u_short uh_ulen; /* udp length */49 u_short uh_sum; /* udp checksum */
40 struct udphdr { struct41 nd_uint16_t uh_sport; /* source port */42 nd_uint16_t uh_dport; /* destination port */43 nd_uint16_t uh_ulen; /* udp length */44 nd_uint16_t uh_sum; /* udp checksum */
626 struct udphdr* udphdr; in FormatPacket() local