Home
last modified time | relevance | path

Searched defs:udphdr (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dudp.h45 struct udphdr { struct
46 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 */
/dflybsd-src/contrib/tcpdump/
H A Dudp.h40 struct udphdr { struct
41 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 */
/dflybsd-src/sbin/natd/
H A Dnatd.c626 struct udphdr* udphdr; in FormatPacket() local