Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h210 struct icmp6_hdr nd_rs_hdr; member
214 #define nd_rs_type nd_rs_hdr.icmp6_type
215 #define nd_rs_code nd_rs_hdr.icmp6_code
216 #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
217 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c194 struct icmp6_hdr nd_rs_hdr; member
198 #define nd_rs_type nd_rs_hdr.icmp6_type
199 #define nd_rs_code nd_rs_hdr.icmp6_code
200 #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
201 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]