Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet6/
H A Dnd6_rtr.c197 static unsigned int nddr_debug; /* debug flags */ variable
220 PE_parse_boot_argn("ifa_debug", &nddr_debug, sizeof(nddr_debug)); in nd6_defrouter_glb_init()
221 vm_size_t nddr_size = (nddr_debug == 0) ? sizeof(struct nd_defrouter) : in nd6_defrouter_glb_init()
2800 dr->nddr_debug |= IFD_ALLOC; in nddr_alloc()
2801 if (nddr_debug != 0) { in nddr_alloc()
2802 dr->nddr_debug |= IFD_DEBUG; in nddr_alloc()
2812 if (dr->nddr_debug & IFD_ATTACHED) { in nddr_free()
2815 } else if (!(dr->nddr_debug & IFD_ALLOC)) { in nddr_free()
2819 dr->nddr_debug &= ~IFD_ALLOC; in nddr_free()
2833 if (!(dr->nddr_debug & IFD_DEBUG)) { in nddr_trace()
H A Dnd6.h551 u_int32_t nddr_debug; member