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

/macosx-10.10.1/xnu-2782.1.97/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 160 milliseconds