Searched refs:tcp_debug (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp_debug.h29 * @(#)tcp_debug.h 8.1 (Berkeley) 6/10/93
36 struct tcp_debug { struct
76 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable in typeref:struct:tcp_debug
H A Dtcp_debug.c30 * @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93
69 #include <netinet/tcp_debug.h>
81 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable in typeref:struct:tcp_debug
105 struct tcp_debug *td;
108 td = &tcp_debug[tcp_debx++];
H A Dtcp_reass.c74 #include <netinet/tcp_debug.h>
H A Dtcp_timewait.c83 #include <netinet/tcp_debug.h>
H A Dtcp_sack.c120 #include <netinet/tcp_debug.h>
H A Dtcp_timer.c68 #include <netinet/tcp_debug.h>
H A Dtcp_output.c76 #include <netinet/tcp_debug.h>
H A Dtcp_usrreq.c88 #include <netinet/tcp_debug.h>
H A Dtcp_subr.c93 #include <netinet/tcp_debug.h>
H A Dtcp_input.c106 #include <netinet/tcp_debug.h>
/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c72 #include <netinet/tcp_debug.h>
168 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) !=
169 sizeof(tcp_debug))
170 err(3, "tcp_debug");
179 register struct tcp_debug *td = &tcp_debug[i];
222 register struct tcp_debug *td;
229 td = &tcp_debug[i];
256 td = &tcp_debug[
[all...]
/freebsd-9.3-release/usr.bin/systat/
H A Dnetstat.c66 #include <netinet/tcp_debug.h>
/freebsd-9.3-release/usr.bin/netstat/
H A Dinet.c69 #include <netinet/tcp_debug.h>

Completed in 136 milliseconds