Home
last modified time | relevance | path

Searched refs:ND_RA_FLAG_RTPREF_RSV (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/rtadvd/
H A Dconfig.c450 #define ND_RA_FLAG_RTPREF_RSV 0x10 /* 00010000 */ in getconfig() macro
453 if (rai->rai_rtpref == ND_RA_FLAG_RTPREF_RSV) { in getconfig()
764 if (rti->rti_rtpref == ND_RA_FLAG_RTPREF_RSV) { in getconfig()
/freebsd/sys/netinet/
H A Dicmp6.h244 #define ND_RA_FLAG_RTPREF_RSV 0x10 /* 00010000 */ macro
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c229 #define ND_RA_FLAG_RTPREF_RSV 0x10 /* 00010000 */ macro
/freebsd/sys/netinet6/
H A Dnd6_rtr.c891 case ND_RA_FLAG_RTPREF_RSV: in rtpref()