Lines Matching defs:pref
763 * pref == cur_drp->dr_pref and add them as spares
780 * Either pref matches cur_drp->dr_pref,
784 * if the pref has changed, need to take it
877 uint32_t pref, /* signed and in network order */
908 pref = UNSIGN_PREF(ntohl(pref));
910 if (pref == DEF_PREFERENCELEVEL || life < MIN_MAXADVERTISEINTERVAL) {
911 pref = DEF_PREFERENCELEVEL;
933 (pref > drp->dr_pref &&
970 new_drp->dr_recv_pref = pref;
972 new_drp->dr_pref = PREF(pref, ifp);