Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h286 struct icmp6_hdr nd_rd_hdr; member
292 #define nd_rd_type nd_rd_hdr.icmp6_type
293 #define nd_rd_code nd_rd_hdr.icmp6_code
294 #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
295 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c260 struct icmp6_hdr nd_rd_hdr; member
266 #define nd_rd_type nd_rd_hdr.icmp6_type
267 #define nd_rd_code nd_rd_hdr.icmp6_code
268 #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
269 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]