Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dinit.c43 static int net_diagnose_on = 0; variable
45 CTLFLAG_RW | CTLFLAG_LOCKED, &net_diagnose_on, 0, "");
120 (void) PE_parse_boot_argn("net_diagnose_on", &net_diagnose_on, sizeof(net_diagnose_on)); in net_init_run()