Home
last modified time | relevance | path

Searched defs:tcpstat (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_var.h479 struct tcpstat { struct
480 uint64_t tcps_connattempt; /* connections initiated */
481 uint64_t tcps_accepts; /* connections accepted */
482 uint64_t tcps_connects; /* connections established */
483 uint64_t tcps_drops; /* connections dropped */
484 uint64_t tcps_conndrops; /* embryonic connections dropped */
485 uint64_t tcps_minmssdrops; /* average minmss too low drops */
486 uint64_t tcps_closed; /* conn. closed (includes drops) */
487 uint64_t tcps_segstimed; /* segs where we tried to get rtt */
488 uint64_t tcps_rttupdated; /* times we succeeded */
[all …]
/NextBSD/contrib/bsnmp/snmp_mibII/
HDmibII_tcp.c48 static struct tcpstat tcpstat; variable
/NextBSD/contrib/unbound/compat/
HDgetentropy_osx.c233 struct tcpstat tcpstat; in getentropy_fallback() local
/NextBSD/usr.bin/netstat/
HDinet.c645 struct tcpstat tcpstat; in tcp_stats() local