Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dnd6_rtr.c587 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()
630 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()
1666 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
1841 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
1856 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
1995 if ((new->stateflags & NDDRF_INELIGIBLE) != 0 && in defrtrlist_update_common()
1996 (dr->stateflags & NDDRF_INELIGIBLE) == 0) { in defrtrlist_update_common()
2011 if ((new->stateflags & NDDRF_INELIGIBLE) == 0 && in defrtrlist_update_common()
2012 (dr->stateflags & NDDRF_INELIGIBLE) != 0) { in defrtrlist_update_common()
2014 dr->stateflags &= ~NDDRF_INELIGIBLE; in defrtrlist_update_common()
H A Dnd6.h291 #define NDDRF_INELIGIBLE 0x10 /* Default router entry is ineligible for default router sele… macro
H A Dnd6.c1180 if ((dr->stateflags & NDDRF_INELIGIBLE) == 0) { in nd6_service_expired_default_router()