Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h220 struct icmp6_hdr nd_ra_hdr; member
226 #define nd_ra_type nd_ra_hdr.icmp6_type
227 #define nd_ra_code nd_ra_hdr.icmp6_code
228 #define nd_ra_cksum nd_ra_hdr.icmp6_cksum
229 #define nd_ra_curhoplimit nd_ra_hdr.icmp6_data8[0]
230 #define nd_ra_flags_reserved nd_ra_hdr.icmp6_data8[1]
250 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c204 struct icmp6_hdr nd_ra_hdr; member
210 #define nd_ra_type nd_ra_hdr.icmp6_type
211 #define nd_ra_code nd_ra_hdr.icmp6_code
212 #define nd_ra_cksum nd_ra_hdr.icmp6_cksum
213 #define nd_ra_curhoplimit nd_ra_hdr.icmp6_data8[0]
214 #define nd_ra_flags_reserved nd_ra_hdr.icmp6_data8[1]
231 #define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]