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

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py125 N_TIME_WAIT_SLOTS = 128 variable
H A Dnet.py1744 out_string += "time wait slot size " + str(N_TIME_WAIT_SLOTS) + " cur_tw_slot " + str(int(kern.globals.cur_tw_slot)) + "\n"
1747 while (i < N_TIME_WAIT_SLOTS):
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h92 #define N_TIME_WAIT_SLOTS 128 /* must be power of 2 */ macro

Completed in 34 milliseconds