Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dicmp6.h266 struct icmp6_hdr nd_na_hdr; member
271 #define nd_na_type nd_na_hdr.icmp6_type
272 #define nd_na_code nd_na_hdr.icmp6_code
273 #define nd_na_cksum nd_na_hdr.icmp6_cksum
274 #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-icmp6.c250 struct icmp6_hdr nd_na_hdr; member
255 #define nd_na_type nd_na_hdr.icmp6_type
256 #define nd_na_code nd_na_hdr.icmp6_code
257 #define nd_na_cksum nd_na_hdr.icmp6_cksum
258 #define nd_na_flags_reserved nd_na_hdr.icmp6_data32[0]