Home
last modified time | relevance | path

Searched refs:rtpref (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet6/
H A Dnd6_rtr.c885 rtpref(struct nd_defrouter *dr) in rtpref() function
1023 rtpref(selected_dr) <= rtpref(installed_dr)) { in defrouter_select_fib()
1066 oldpref = rtpref(dr); in defrtrlist_update()
1078 if (dr->installed && rtpref(new) == oldpref) { in defrtrlist_update()
1131 if (rtpref(n) > rtpref(dr)) in defrtrlist_update()
/freebsd/usr.sbin/ndp/
H A Dndp.c1193 int rtpref; in rtrlist() local
1230 rtpref = ((p->flags & ND_RA_FLAG_RTPREF_MASK) >> 3) & 0xff; in rtrlist()
1231 xo_emit(", pref={:preference/%s}", rtpref_str[rtpref]); in rtrlist()
/freebsd/include/rpcsvc/
H A Dnfs_prot.x1051 uint32 rtpref; member