Home
last modified time | relevance | path

Searched refs:tcpstat (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/netstat/
H A Dinet.c402 uint64_t tcpstat[TCP_NSTATS]; in tcp_stats() local
405 size_t size = sizeof(tcpstat); in tcp_stats()
407 if (prog_sysctlbyname("net.inet.tcp.stats", tcpstat, &size, in tcp_stats()
417 #define ps(f, m) if (tcpstat[f] || sflag <= 1) \ in tcp_stats()
418 printf(m, tcpstat[f]) in tcp_stats()
419 #define p(f, m) if (tcpstat[f] || sflag <= 1) \ in tcp_stats()
420 printf(m, tcpstat[f], plural(tcpstat[f])) in tcp_stats()
421 #define p2(f1, f2, m) if (tcpstat[f1] || tcpstat[f2] || sflag <= 1) \ in tcp_stats()
422 printf(m, tcpstat[f1], plural(tcpstat[f1]), \ in tcp_stats()
423 tcpstat[f2], plural(tcpstat[f2])) in tcp_stats()
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dtcpstat_example.txt1 The following is a demonstration of the tcpstat.d script,
4 Here we run tcpstat.d as a large file is downloaded,
6 # tcpstat.d
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dtcpstat_example.txt1 The following is a demonstration of the tcpstat.d script,
4 Here we run tcpstat.d as a large file is downloaded,
6 # tcpstat.d
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dgetentropy_osx.c221 struct tcpstat tcpstat; in getentropy_fallback() local
260 ii = sizeof(tcpstat); in getentropy_fallback()
262 &tcpstat, &ii, NULL, 0) == -1, tcpstat); in getentropy_fallback()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/
H A DContents98 tcpstat.d print TCP statistics
H A DIndex98 tcpstat.d print TCP statistics
/netbsd-src/sys/dist/pf/net/
H A Dpf.c5389 tcpstat.tcps_outhwcsum++;