Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_rtr.c649 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()
692 dr0.stateflags |= NDDRF_INELIGIBLE; in nd6_ra_input()
1736 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
1921 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
1936 if (dr->stateflags & NDDRF_INELIGIBLE) { in defrouter_select()
2083 if ((new->stateflags & NDDRF_INELIGIBLE) != 0 && in defrtrlist_update_common()
2084 (dr->stateflags & NDDRF_INELIGIBLE) == 0) { in defrtrlist_update_common()
2099 if ((new->stateflags & NDDRF_INELIGIBLE) == 0 && in defrtrlist_update_common()
2100 (dr->stateflags & NDDRF_INELIGIBLE) != 0) { in defrtrlist_update_common()
2102 dr->stateflags &= ~NDDRF_INELIGIBLE; in defrtrlist_update_common()
H A Dnd6.h263 #define NDDRF_INELIGIBLE 0x10 /* Default router entry is ineligible for default router sele… macro
H A Dnd6.c1192 if ((dr->stateflags & NDDRF_INELIGIBLE) == 0) { in nd6_service_expired_default_router()