Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcpdump/
Dicmp6.h189 struct icmp6_hdr nd_rs_hdr; member
193 #define nd_rs_type nd_rs_hdr.icmp6_type
194 #define nd_rs_code nd_rs_hdr.icmp6_code
195 #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
196 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]
/freebsd-9-stable/sys/netinet/
Dicmp6.h206 struct icmp6_hdr nd_rs_hdr; member
210 #define nd_rs_type nd_rs_hdr.icmp6_type
211 #define nd_rs_code nd_rs_hdr.icmp6_code
212 #define nd_rs_cksum nd_rs_hdr.icmp6_cksum
213 #define nd_rs_reserved nd_rs_hdr.icmp6_data32[0]