Home
last modified time | relevance | path

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

/trueos/usr.sbin/trpt/
HDtrpt.c88 static caddr_t tcp_pcbs[TCP_NDEBUG];
121 if (npcbs >= TCP_NDEBUG) in main()
178 for (i = 0; i < TCP_NDEBUG; i++) { in main()
227 tcp_debx = TCP_NDEBUG - 1;
228 for (i = prev_debx % TCP_NDEBUG; i < TCP_NDEBUG; i++) {
255 for (i = 0; i <= tcp_debx % TCP_NDEBUG; i++) {
282 if (prev_debx >= TCP_NDEBUG)
/trueos/sys/netinet/
HDtcp_debug.h72 #define TCP_NDEBUG 100 macro
76 struct tcp_debug tcp_debug[TCP_NDEBUG];
HDtcp_debug.c81 static struct tcp_debug tcp_debug[TCP_NDEBUG];
109 if (tcp_debx == TCP_NDEBUG) in tcp_trace()