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

/freebsd-9.3-release/sys/netinet6/
H A Dnd6_rtr.c69 static int rtpref(struct nd_defrouter *);
691 rtpref(selected_dr) <= rtpref(installed_dr)) {
719 rtpref(struct nd_defrouter *dr) function
735 log(LOG_ERR, "rtpref: impossible RA flag %x\n", dr->flags);
753 int oldpref = rtpref(dr);
765 if (dr->installed && rtpref(new) == oldpref) {
811 if (rtpref(n) > rtpref(dr))
/freebsd-9.3-release/usr.sbin/ndp/
H A Dndp.c1137 int rtpref; local
1149 rtpref = ((p->flags & ND_RA_FLAG_RTPREF_MASK) >> 3) & 0xff;
1150 printf(", pref=%s", rtpref_str[rtpref]);
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x1058 uint32 rtpref;

Completed in 78 milliseconds