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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_debug.c104 static int tcp_debx; variable
122 struct tcp_debug *td = &tcp_debug[tcp_debx++];
132 if (tcp_debx == TCP_NDEBUG)
133 tcp_debx = 0;

Completed in 18 milliseconds