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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c185 static unsigned int ndpr_debug; /* debug flags */ variable
224 PE_parse_boot_argn("ifa_debug", &ndpr_debug, sizeof (ndpr_debug));
227 ndpr_size = (ndpr_debug == 0) ? sizeof (struct nd_prefix) :
2136 new->ndpr_debug |= IFD_ATTACHED;
2222 pr->ndpr_debug &= ~IFD_ATTACHED;
2764 pr->ndpr_debug |= IFD_ALLOC;
2765 if (ndpr_debug != 0) {
2766 pr->ndpr_debug |= IFD_DEBUG;
2777 if (pr->ndpr_debug
[all...]
H A Dnd6.h560 u_int32_t ndpr_debug; /* see ifa_debug flags */ member in struct:nd_prefix

Completed in 13 milliseconds