/src/sys/netinet/ |
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++];
|
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++];
|
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.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
|
/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...] |
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...] |