Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet6/
H A Dnd6_rtr.c1551 boolean_t is_rti_rtrlist = FALSE; in defrouter_select() local
1563 is_rti_rtrlist = TRUE; in defrouter_select()
1586 if (ifp == lo_ifp && !is_rti_rtrlist) { in defrouter_select()
1634 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1674 if (drifp != ifp && !is_rti_rtrlist) { in defrouter_select()
1703 if (ndi->ndefrouters == 1 && !is_rti_rtrlist) { in defrouter_select()
1830 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1862 if (installed_dr->ifp != dr->ifp && !is_rti_rtrlist) { in defrouter_select()
1883 if (dr->ifp == ifp || is_rti_rtrlist) { in defrouter_select()