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

  /src/sys/netinet/
tcp_debug.h 1 /* $NetBSD: tcp_debug.h,v 1.21 2021/02/03 18:13:13 roy Exp $ */
31 * @(#)tcp_debug.h 8.1 (Berkeley) 6/10/93
41 struct tcp_debug { struct
tcp_debug.c 1 /* $NetBSD: tcp_debug.c,v 1.32 2018/05/03 07:13:48 maxv Exp $ */
60 * @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93
64 __KERNEL_RCSID(0, "$NetBSD: tcp_debug.c,v 1.32 2018/05/03 07:13:48 maxv Exp $");
102 #include <netinet/tcp_debug.h>
104 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable in typeref:struct:tcp_debug[]
116 struct tcp_debug *td = &tcp_debug[tcp_debx++];
Makefile 11 tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_syncache.h tcp_timer.h \
in_proto.c 112 #include <netinet/tcp_debug.h>
tcp_sack.c 155 #include <netinet/tcp_debug.h>
tcp_timer.c 137 #ifdef TCP_DEBUG
138 #include <netinet/tcp_debug.h>
305 #ifdef TCP_DEBUG
346 #ifdef TCP_DEBUG
349 #endif /* TCP_DEBUG */
438 #ifdef TCP_DEBUG
452 #ifdef TCP_DEBUG
468 #ifdef TCP_DEBUG
471 #endif /* TCP_DEBUG */
502 #ifdef TCP_DEBUG
    [all...]
tcp_usrreq.c 152 #include <netinet/tcp_debug.h>
159 #ifdef TCP_DEBUG
168 #ifdef TCP_DEBUG
1881 #ifdef TCP_DEBUG
1882 extern struct tcp_debug tcp_debug[TCP_NDEBUG];
2220 #ifdef TCP_DEBUG
2225 NULL, 0, &tcp_debug, sizeof(tcp_debug),
tcp_congctl.c 184 #ifdef TCP_DEBUG
185 #include <netinet/tcp_debug.h>
tcp_output.c 192 #include <netinet/tcp_debug.h>
1522 #ifdef TCP_DEBUG
tcp_input.c 206 #include <netinet/tcp_debug.h>
1202 #ifdef TCP_DEBUG
1503 #ifdef TCP_DEBUG
2849 #ifdef TCP_DEBUG
2948 #ifdef TCP_DEBUG
  /src/usr.sbin/trpt/
trpt.c 111 #include <netinet/tcp_debug.h>
139 /* see sys/netinet/tcp_debug.c */
140 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable in typeref:struct:tcp_debug[]
213 size_t lend = sizeof(tcp_debug);
218 if (sysctlbyname("net.inet.tcp.debug", &tcp_debug, &lend,
233 if (kvm_read(kd, nl[N_TCP_DEBUG].n_value, (char *)tcp_debug,
234 sizeof(tcp_debug)) != sizeof(tcp_debug))
235 errx(3, "tcp_debug: %s", kvm_geterr(kd))
    [all...]
  /src/usr.bin/netstat/
vtw.c 100 #include <netinet/tcp_debug.h>
inet.c 75 #include <netinet/tcp_debug.h>
inet6.c 116 #include <netinet/tcp_debug.h>
  /src/sys/netinet6/
in6_proto.c 102 #include <netinet/tcp_debug.h>
  /src/usr.bin/systat/
netstat.c 69 #include <netinet/tcp_debug.h>

Completed in 22 milliseconds