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

/darwin-on-arm/xnu/bsd/net/
H A Dif.c181 static unsigned int ifma_debug = 1; /* debugging (enabled) */ variable
183 static unsigned int ifma_debug; /* debugging (disabled) */ variable
233 PE_parse_boot_argn("ifa_debug", &ifma_debug, sizeof (ifma_debug));
235 ifma_size = (ifma_debug == 0) ? sizeof (struct ifmultiaddr) :
2513 ifma->ifma_debug |= IFD_ALLOC;
2514 if (ifma_debug != 0) {
2515 ifma->ifma_debug |= IFD_DEBUG;
2535 } else if (ifma->ifma_debug & IFD_ATTACHED) {
2539 } else if (!(ifma->ifma_debug
[all...]
H A Dif_var.h839 u_int32_t ifma_debug; /* see ifa_debug flags */ member in struct:ifmultiaddr

Completed in 30 milliseconds