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

/freebsd-11-stable/sys/netinet6/
H A Dnd6_rtr.c73 static int rtpref(struct nd_defrouter *);
834 rtpref(selected_dr) <= rtpref(installed_dr)) {
876 rtpref(struct nd_defrouter *dr) function
892 log(LOG_ERR, "rtpref: impossible RA flag %x\n", dr->raflags);
916 oldpref = rtpref(dr);
928 if (dr->installed && rtpref(new) == oldpref) {
981 if (rtpref(n) > rtpref(dr))
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c1083 int rtpref; local
1095 rtpref = ((p->flags & ND_RA_FLAG_RTPREF_MASK) >> 3) & 0xff;
1096 printf(", pref=%s", rtpref_str[rtpref]);
/freebsd-11-stable/contrib/amd/libamu/
H A Dxdr_func.c2010 if (!xdr_u_int(xdrs, &objp->rtpref))
2024 IXDR_PUT_U_LONG(buf, objp->rtpref);
2045 if (!xdr_u_int (xdrs, &objp->rtpref))
2059 objp->rtpref = IXDR_GET_U_LONG(buf);
2079 if (!xdr_u_int(xdrs, &objp->rtpref))
/freebsd-11-stable/include/rpcsvc/
H A Dnfs_prot.x1060 uint32 rtpref;
/freebsd-11-stable/contrib/amd/include/
H A Dam_xdr_func.h554 u_int rtpref; member in struct:am_FSINFO3resok
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_subr.c1779 ok->rtpref = 0;

Completed in 193 milliseconds