Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet6/
H A Dnd6_rtr.c2352 if (pr->ndpr_stateflags & NDPRF_DEFUNCT) { in prelist_remove()
2364 pr->ndpr_stateflags |= NDPRF_DEFUNCT; in prelist_remove()
2450 pr->ndpr_stateflags &= ~NDPRF_DEFUNCT; in prelist_remove()
3301 pr->ndpr_stateflags & NDPRF_DEFUNCT) { in pfxlist_onlink_check()
3787 if (!(pr->ndpr_stateflags & NDPRF_DEFUNCT) && in nd6_prefix_onlink_common()
3817 } else if (rt != NULL && pr->ndpr_stateflags & NDPRF_DEFUNCT) { in nd6_prefix_onlink_common()
H A Dnd6.h482 #define NDPRF_DEFUNCT 0x20000 macro
H A Dnd6.c1638 pr->ndpr_stateflags & NDPRF_DEFUNCT) { in nd6_service_expired_prefix()
2099 !(pr->ndpr_stateflags & NDPRF_DEFUNCT)) { in nd6_purge_interface_prefixes()
H A Din6.c1154 if (pr->ndpr_stateflags & NDPRF_DEFUNCT) { in in6ctl_clat46start()