Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dudp.h38 struct udphdr { struct
45 static __inline struct udphdr * argument
/freebsd/sys/netinet/
H A Dudp.h42 struct udphdr { struct
43 u_short uh_sport; /* source port */
44 u_short uh_dport; /* destination port */
45 u_short uh_ulen; /* udp length */
46 u_short uh_sum; /* udp checksum */
/freebsd/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 */
/freebsd/sys/netinet/libalias/
H A Dalias_local.h374 udp_next(struct udphdr *udphdr) in udp_next()
/freebsd/sys/net/
H A Dif_gre.h100 struct greudp *udphdr; member
/freebsd/sbin/natd/
H A Dnatd.c842 struct udphdr* udphdr; in FormatPacket() local
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c805 struct udphdr *udphdr; in rtw89_core_tx_btc_spec_pkt_notify() local