Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/trpt/
H A Dtrpt.c158 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) != in main()
159 sizeof(tcp_debug)) in main()
169 struct tcp_debug *td = &tcp_debug[i]; in main()
212 struct tcp_debug *td; in dotrace()
220 td = &tcp_debug[i]; in dotrace()
249 td = &tcp_debug[i]; in dotrace()
287 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) != in dotrace()
288 sizeof(tcp_debug)) in dotrace()
/dflybsd-src/sys/netinet/
H A Dtcp_debug.h53 struct tcp_debug { struct
92 struct tcp_debug tcp_debug[TCP_NDEBUG]; argument
H A Dtcp_debug.c69 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
84 struct tcp_debug *td = &tcp_debug[tcp_debx++]; in tcp_trace()
/dflybsd-src/sys/conf/
H A Dfiles1822 netinet/tcp_debug.c optional tcpdebug