Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dnd6_rtr.c1536 boolean_t is_rti_rtrlist = FALSE; in defrouter_select() local
1548 is_rti_rtrlist = TRUE; in defrouter_select()
1571 if (ifp == lo_ifp && !is_rti_rtrlist) { in defrouter_select()
1619 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1658 if (drifp != ifp && !is_rti_rtrlist) { in defrouter_select()
1677 if (ndi->ndefrouters == 1 && !is_rti_rtrlist) { in defrouter_select()
1800 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1832 if (installed_dr->ifp != dr->ifp && !is_rti_rtrlist) { in defrouter_select()
1853 if (dr->ifp == ifp || is_rti_rtrlist) { in defrouter_select()