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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c208 static unsigned int nddr_debug; /* debug flags */ variable
225 PE_parse_boot_argn("ifa_debug", &nddr_debug, sizeof (nddr_debug));
238 nddr_size = (nddr_debug == 0) ? sizeof (struct nd_defrouter) :
2652 dr->nddr_debug |= IFD_ALLOC;
2653 if (nddr_debug != 0) {
2654 dr->nddr_debug |= IFD_DEBUG;
2665 if (dr->nddr_debug & IFD_ATTACHED) {
2668 } else if (!(dr->nddr_debug & IFD_ALLOC)) {
2672 dr->nddr_debug
[all...]
H A Dnd6.h507 uint32_t nddr_debug; member in struct:nd_defrouter

Completed in 33 milliseconds