Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet6/
H A Dip6_output.c228 static unsigned int im6o_debug = 1; /* debugging (enabled) */ variable
230 static unsigned int im6o_debug; /* debugging (disabled) */ variable
3445 PE_parse_boot_argn("ifa_debug", &im6o_debug, sizeof(im6o_debug)); in ip6_moptions_init()
3447 vm_size_t im6o_size = (im6o_debug == 0) ? sizeof(struct ip6_moptions) : in ip6_moptions_init()
3517 if (!(im6o->im6o_debug & IFD_ALLOC)) { in im6o_remref()
3532 if (!(im6o->im6o_debug & IFD_DEBUG)) { in im6o_trace()
3556 im6o->im6o_debug |= IFD_ALLOC; in ip6_allocmoptions()
3557 if (im6o_debug != 0) { in ip6_allocmoptions()
3558 im6o->im6o_debug |= IFD_DEBUG; in ip6_allocmoptions()
H A Dip6_var.h128 uint32_t im6o_debug; /* see ifa_debug flags */ member