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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c205 static unsigned int im6o_debug = 1; /* debugging (enabled) */ variable
207 static unsigned int im6o_debug; /* debugging (disabled) */ variable
2914 PE_parse_boot_argn("ifa_debug", &im6o_debug, sizeof (im6o_debug));
2916 im6o_size = (im6o_debug == 0) ? sizeof (struct ip6_moptions) :
2994 if (!(im6o->im6o_debug & IFD_ALLOC)) {
3009 if (!(im6o->im6o_debug & IFD_DEBUG)) {
3035 im6o->im6o_debug |= IFD_ALLOC;
3036 if (im6o_debug != 0) {
3037 im6o->im6o_debug |
[all...]
H A Dip6_var.h137 uint32_t im6o_debug; /* see ifa_debug flags */ member in struct:ip6_moptions

Completed in 21 milliseconds