Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet6/
H A Dnd6_rtr.c1486 rtpref(struct nd_defrouter *dr) in rtpref() function
1761 if (((selected_dr && (rtpref(dr) >= rtpref(selected_dr)) && in defrouter_select()
1912 rtpref(installed_dr) >= rtpref(selected_dr)) { in defrouter_select()
1916 if (rtpref(selected_dr) <= rtpref(installed_dr)) { in defrouter_select()
2028 int oldpref = rtpref(dr); in defrtrlist_update_common()
2054 if (rtpref(new) == oldpref && scoped && dummy_change == FALSE) { in defrtrlist_update_common()
2061 if (rtpref(new) != oldpref) { in defrtrlist_update_common()
2066 if (n != dr && rtpref(n) == oldpref && in defrtrlist_update_common()
2067 (!p || rtpref(p) > rtpref(n))) { in defrtrlist_update_common()
2156 if (rtpref(n) > rtpref(dr) || in defrtrlist_update_common()
[all …]