Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil_var_private.h186 extern unsigned int net_async; /* 0: synchronous, 1: asynchronous */
H A Ddlil_input.c114 } else if (net_async || (ifp->if_xflags & IFXF_LEGACY)) { in dlil_create_input_thread()
H A Ddlil.c315 unsigned int net_async = 1; /* 0: synchronous, 1: asynchronous */ variable
1469 PE_parse_boot_argn("net_async", &net_async, sizeof(net_async)); in dlil_init()