Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDicmp6.h278 struct icmp6_hdr nd_rd_hdr; member
284 #define nd_rd_type nd_rd_hdr.icmp6_type
285 #define nd_rd_code nd_rd_hdr.icmp6_code
286 #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
287 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]
/NextBSD/contrib/tcpdump/
HDprint-icmp6.c258 struct icmp6_hdr nd_rd_hdr; member
264 #define nd_rd_type nd_rd_hdr.icmp6_type
265 #define nd_rd_code nd_rd_hdr.icmp6_code
266 #define nd_rd_cksum nd_rd_hdr.icmp6_cksum
267 #define nd_rd_reserved nd_rd_hdr.icmp6_data32[0]