Home
last modified time | relevance | path

Searched refs:ips_total (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/systat/
H A Dip.c159 DO(i.ips_total); in domode()
209 DO(i.ips_total, 1, 0); in showip()
/freebsd/sys/netinet/
H A Dip_var.h104 uint64_t ips_total; /* total packets received */ member
H A Dip_fastfwd.c297 IPSTAT_INC(ips_total); in ip_tryforward()
H A Din_kdtrace.c44 MIB_PROBE_IP(ips_total);
H A Dip_input.c480 IPSTAT_INC(ips_total); in ip_input()
H A Din_kdtrace.h60 SDT_PROBE_DECLARE(mib, ip, count, ips_total);
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c281 value->v.uint32 = ipstat.ips_total; in op_ipstat()
/freebsd/usr.bin/netstat/
H A Dinet.c1036 p(ips_total, "\t{:received-packets/%ju} " in ip_stats()