Home
last modified time | relevance | path

Searched refs:tcp_debug (Results 1 – 4 of 4) sorted by relevance

/trueos/usr.sbin/trpt/
HDtrpt.c168 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) != in main()
169 sizeof(tcp_debug)) in main()
179 register struct tcp_debug *td = &tcp_debug[i]; in main()
222 register struct tcp_debug *td;
229 td = &tcp_debug[i];
256 td = &tcp_debug[i];
292 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) !=
293 sizeof(tcp_debug))
/trueos/sys/netinet/
HDtcp_debug.h36 struct tcp_debug { struct
76 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
HDtcp_debug.c81 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
105 struct tcp_debug *td; in tcp_trace()
108 td = &tcp_debug[tcp_debx++]; in tcp_trace()
/trueos/sys/conf/
HDfiles3496 netinet/tcp_debug.c optional tcpdebug