Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dip_var.h72 u_long ips_localout; /* total ip packets generated here */ member
120 ips_localout, /* total ip packets generated here */ enumerator
H A Dip_icmp.c859 ipstat_inc(ips_localout); in icmp_send()
H A Dip_output.c136 ipstat_inc(ips_localout); in ip_output()
/openbsd/usr.bin/netstat/
H A Dinet.c610 p(ips_localout, "\t%lu packet%s sent from this host\n"); in ip_stats()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c2639 agentx_varbind_counter32(vb, ipstat.ips_localout); in mib_ipstat()