HomeSort by: relevance | last modified time | path
    Searched refs:TCP_NDEBUG (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
tcp_debug.h 74 #ifndef TCP_NDEBUG
75 #define TCP_NDEBUG 100
tcp_debug.c 104 struct tcp_debug tcp_debug[TCP_NDEBUG];
118 if (tcp_debx == TCP_NDEBUG)
tcp_usrreq.c 1882 extern struct tcp_debug tcp_debug[TCP_NDEBUG];
  /src/usr.sbin/trpt/
trpt.c 135 static caddr_t tcp_pcbs[TCP_NDEBUG];
140 static struct tcp_debug tcp_debug[TCP_NDEBUG];
175 if (npcbs >= TCP_NDEBUG)
245 for (i = 0; i < TCP_NDEBUG; i++) {
287 tcp_debx = TCP_NDEBUG - 1;
288 for (i = prev_debx % TCP_NDEBUG; i < TCP_NDEBUG; i++) {
315 for (i = 0; i <= tcp_debx % TCP_NDEBUG; i++) {
343 if (prev_debx >= TCP_NDEBUG)

Completed in 24 milliseconds