Home
last modified time | relevance | path

Searched refs:nd_na_hdr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dicmp6.h264 struct icmp6_hdr nd_na_hdr; member
269 #define nd_na_type nd_na_hdr.icmp6_type
270 #define nd_na_code nd_na_hdr.icmp6_code
271 #define nd_na_cksum nd_na_hdr.icmp6_cksum
272 #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c245 struct icmp6_hdr nd_na_hdr; member
250 #define nd_na_type nd_na_hdr.icmp6_type
251 #define nd_na_code nd_na_hdr.icmp6_code
252 #define nd_na_cksum nd_na_hdr.icmp6_cksum
253 #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]