Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_rtr.c587 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()
630 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()
1667 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
1838 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
1853 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
1992 if ((new->stateflags & NDDRF_INELIGIBLE) != 0 && in defrtrlist_update_common()
1993 (dr->stateflags & NDDRF_INELIGIBLE) == 0) { in defrtrlist_update_common()
2008 if ((new->stateflags & NDDRF_INELIGIBLE) == 0 && in defrtrlist_update_common()
2009 (dr->stateflags & NDDRF_INELIGIBLE) != 0) { in defrtrlist_update_common()
2011 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.c1179 if ((dr->stateflags & NDDRF_INELIGIBLE) == 0) { in nd6_service_expired_default_router()