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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.c266 static unsigned int ifnet_debug = 1; /* debugging (enabled) */ variable
268 static unsigned int ifnet_debug; /* debugging (disabled) */ variable
1352 PE_parse_boot_argn("ifnet_debug", &ifnet_debug, sizeof (ifnet_debug));
1354 dlif_size = (ifnet_debug == 0) ? sizeof (struct dlil_ifnet) :
5996 if (ifnet_debug) {

Completed in 194 milliseconds