Searched defs:udphdr (Results 1 – 5 of 5) sorted by relevance
41 struct udphdr { struct42 u_short uh_sport; /* source port */43 u_short uh_dport; /* destination port */44 u_short uh_ulen; /* udp length */45 u_short uh_sum; /* udp checksum */
40 struct udphdr { struct41 uint16_t uh_sport; /* source port */42 uint16_t uh_dport; /* destination port */43 uint16_t uh_ulen; /* udp length */44 uint16_t uh_sum; /* udp checksum */
404 udp_next(struct udphdr *udphdr) in udp_next()
120 cvmip_udp_hdr_t udphdr; member
845 struct udphdr* udphdr; in FormatPacket() local