Home
last modified time | relevance | path

Searched refs:ips_localout (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/usr.bin/systat/
HDip.c176 DO(i.ips_localout); in domode()
207 totalout = stats.i.ips_forward + stats.i.ips_localout; in showip()
215 DO(i.ips_localout, 2, 35); in showip()
/freebsd-13-stable/sys/netinet/
HDip_var.h118 uint64_t ips_localout; /* total ip packets generated here */ member
HDip_output.c379 IPSTAT_INC(ips_localout); in ip_output()
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
HDmibII_ip.c300 value->v.uint32 = ipstat.ips_localout; in op_ipstat()
/freebsd-13-stable/usr.bin/netstat/
HDinet.c1074 p(ips_localout, "\t{:sent-packets/%ju} " in ip_stats()