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

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h138 uint32_t imo_debug; /* see ifa_debug flags */ member in struct:ip_moptions
H A Dip_output.c209 static unsigned int imo_debug = 1; /* debugging (enabled) */ variable
211 static unsigned int imo_debug; /* debugging (disabled) */ variable
2881 PE_parse_boot_argn("ifa_debug", &imo_debug, sizeof (imo_debug));
2883 imo_size = (imo_debug == 0) ? sizeof (struct ip_moptions) :
2961 if (!(imo->imo_debug & IFD_ALLOC)) {
2976 if (!(imo->imo_debug & IFD_DEBUG)) {
3001 imo->imo_debug |= IFD_ALLOC;
3002 if (imo_debug != 0) {
3003 imo->imo_debug |
[all...]

Completed in 80 milliseconds