Home
last modified time | relevance | path

Searched refs:ndpr_debug (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/netinet6/
H A Dnd6_rtr.c211 PE_parse_boot_argn("ifa_debug", &ndpr_debug, sizeof(ndpr_debug)); in nd6_prefix_glb_init()
2333 new->ndpr_debug |= IFD_ATTACHED; in nd6_prelist_add()
2485 pr->ndpr_debug &= ~IFD_ATTACHED; in prelist_remove()
3025 pr->ndpr_debug |= IFD_ALLOC; in ndpr_alloc()
3026 if (ndpr_debug != 0) { in ndpr_alloc()
3027 pr->ndpr_debug |= IFD_DEBUG; in ndpr_alloc()
3037 if (pr->ndpr_debug & IFD_ATTACHED) { in ndpr_free()
3055 pr->ndpr_debug &= ~IFD_ALLOC; in ndpr_free()
3069 if (!(pr->ndpr_debug & IFD_DEBUG)) { in ndpr_trace()
3228 (pr->ndpr_debug & IFD_ATTACHED)) { in pfxlist_onlink_check()
[all …]
H A Dnd6.h549 u_int32_t ndpr_debug; /* see ifa_debug flags */ member