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

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_var.h138 uint32_t im6o_debug; /* see ifa_debug flags */ member in struct:ip6_moptions
H A Dip6_output.c202 static unsigned int im6o_debug = 1; /* debugging (enabled) */ variable
204 static unsigned int im6o_debug; /* debugging (disabled) */ variable
3115 PE_parse_boot_argn("ifa_debug", &im6o_debug, sizeof (im6o_debug));
3117 im6o_size = (im6o_debug == 0) ? sizeof (struct ip6_moptions) :
3195 if (!(im6o->im6o_debug & IFD_ALLOC)) {
3210 if (!(im6o->im6o_debug & IFD_DEBUG)) {
3236 im6o->im6o_debug |= IFD_ALLOC;
3237 if (im6o_debug != 0) {
3238 im6o->im6o_debug |
[all...]

Completed in 25 milliseconds