Searched refs:tcps_accepts (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/usr.bin/systat/
H A Dtcp.c164 DO(tcps_accepts);
241 L(2, tcps_accepts); R(2, tcps_sndpack);
/freebsd-10-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c217 value->v.uint32 = tcpstat.tcps_accepts;
/freebsd-10-stable/release/picobsd/tinyware/ns/
H A Dns.c517 printf(" %10lu accepted\n", s.tcps_accepts);
/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h438 uint64_t tcps_accepts; /* connections accepted */ member in struct:tcpstat
H A Dtcp_syncache.c937 TCPSTAT_INC(tcps_accepts);
/freebsd-10-stable/usr.bin/netstat/
H A Dinet.c665 p(tcps_accepts, "\t%ju connection accept%s\n");

Completed in 222 milliseconds