Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dnd6_rtr.c1537 boolean_t is_rti_rtrlist = FALSE; in defrouter_select() local
1549 is_rti_rtrlist = TRUE; in defrouter_select()
1572 if (ifp == lo_ifp && !is_rti_rtrlist) { in defrouter_select()
1620 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1659 if (drifp != ifp && !is_rti_rtrlist) { in defrouter_select()
1678 if (ndi->ndefrouters == 1 && !is_rti_rtrlist) { in defrouter_select()
1801 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1833 if (installed_dr->ifp != dr->ifp && !is_rti_rtrlist) { in defrouter_select()
1854 if (dr->ifp == ifp || is_rti_rtrlist) { in defrouter_select()