Home
last modified time | relevance | path

Searched refs:TCPCTL_STATS (Results 1 – 17 of 17) sorted by relevance

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dtcp.c759 #elif (defined(NETSNMP_CAN_USE_SYSCTL) && defined(TCPCTL_STATS))
763 int sname[4] = { CTL_NET, PF_INET, IPPROTO_TCP, TCPCTL_STATS }; in tcp_load()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp_var.h393 #define TCPCTL_STATS 4 /* statistics (read-only) */ macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet/
H A Dtcp_var.h393 #define TCPCTL_STATS 4 /* statistics (read-only) */ macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet/
H A Dtcp_var.h393 #define TCPCTL_STATS 4 /* statistics (read-only) */ macro
/dports/security/libretls/libretls-3.4.2/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/dns/getdns/getdns-1.5.2/src/compat/
H A Dgetentropy_osx.c211 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/security/libressl/libressl-3.4.3/crypto/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/security/lua-bcrypt/lua-bcrypt-2.1-4/compat/getentropy/
H A Dgetentropy_osx.c210 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/security/libressl-static/libressl-3.3.5/crypto/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/net/openntpd/openntpd-6.8p1/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/www/obhttpd/libressl-3.4.1/crypto/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/dns/unbound/unbound-1.14.0/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/net/openbgpd6/openbgpd-6.9p0/compat/
H A Dgetentropy_osx.c197 static int tcpmib[] = { CTL_NET, AF_INET, IPPROTO_TCP, TCPCTL_STATS };
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dtcp_var.h752 #define TCPCTL_STATS 30 /* TCP statistics */ macro
H A Dtcp_usrreq.c2346 CTL_NET, pf, IPPROTO_TCP, TCPCTL_STATS, in sysctl_net_inet_tcp_setup2()