Searched refs:tcpstat (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.bin/netstat/ |
H A D | inet.c | 402 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 D | tcpstat_example.txt | 1 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 D | tcpstat_example.txt | 1 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 D | getentropy_osx.c | 221 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 D | Contents | 98 tcpstat.d print TCP statistics
|
H A D | Index | 98 tcpstat.d print TCP statistics
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 5389 tcpstat.tcps_outhwcsum++;
|