Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_rtr.c2418 if (pr->ndpr_stateflags & NDPRF_DEFUNCT) { in prelist_remove()
2430 pr->ndpr_stateflags |= NDPRF_DEFUNCT; in prelist_remove()
2516 pr->ndpr_stateflags &= ~NDPRF_DEFUNCT; in prelist_remove()
3368 pr->ndpr_stateflags & NDPRF_DEFUNCT) { in pfxlist_onlink_check()
3861 if (!(pr->ndpr_stateflags & NDPRF_DEFUNCT) && in nd6_prefix_onlink_common()
3891 } else if (rt != NULL && pr->ndpr_stateflags & NDPRF_DEFUNCT) { in nd6_prefix_onlink_common()
H A Dnd6.h427 #define NDPRF_DEFUNCT 0x20000 macro
H A Dnd6.c1651 pr->ndpr_stateflags & NDPRF_DEFUNCT) { in nd6_service_expired_prefix()
2114 !(pr->ndpr_stateflags & NDPRF_DEFUNCT)) { in nd6_purge_interface_prefixes()
H A Din6.c1121 if (pr->ndpr_stateflags & NDPRF_DEFUNCT) { in in6ctl_clat46start()