Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Ddlil.c802 unsigned int net_async = 1; /* 0: synchronous, 1: asynchronous */ variable
2171 } else if (net_async || (ifp->if_xflags & IFXF_LEGACY)) { in dlil_create_input_thread()
2531 PE_parse_boot_argn("net_async", &net_async, sizeof(net_async)); in dlil_init()