Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_debug.h74 #define TCP_NDEBUG 100 macro
78 struct tcp_debug tcp_debug[TCP_NDEBUG];
H A Dtcp_debug.c83 static struct tcp_debug tcp_debug[TCP_NDEBUG];
111 if (tcp_debx == TCP_NDEBUG) in tcp_trace()