Searched refs:nddr_debug (Results 1 – 2 of 2) sorted by relevance
197 static unsigned int nddr_debug; /* debug flags */ variable219 PE_parse_boot_argn("ifa_debug", &nddr_debug, sizeof(nddr_debug)); in nd6_defrouter_glb_init()220 vm_size_t nddr_size = (nddr_debug == 0) ? sizeof(struct nd_defrouter) : in nd6_defrouter_glb_init()2883 dr->nddr_debug |= IFD_ALLOC; in nddr_alloc()2884 if (nddr_debug != 0) { in nddr_alloc()2885 dr->nddr_debug |= IFD_DEBUG; in nddr_alloc()2895 if (dr->nddr_debug & IFD_ATTACHED) { in nddr_free()2898 } else if (!(dr->nddr_debug & IFD_ALLOC)) { in nddr_free()2902 dr->nddr_debug &= ~IFD_ALLOC; in nddr_free()2916 if (!(dr->nddr_debug & IFD_DEBUG)) { in nddr_trace()
551 u_int32_t nddr_debug; member