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

/freebsd-10-stable/usr.bin/systat/
H A Dip.c176 DO(i.ips_localout);
207 totalout = stats.i.ips_forward + stats.i.ips_localout;
215 DO(i.ips_localout, 2, 35);
/freebsd-10-stable/sys/netinet/
H A Dip_var.h115 uint64_t ips_localout; /* total ip packets generated here */ member in struct:ipstat
H A Dip_output.c188 IPSTAT_INC(ips_localout);
/freebsd-10-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c300 value->v.uint32 = ipstat.ips_localout;
/freebsd-10-stable/release/picobsd/tinyware/ns/
H A Dns.c463 printf(" %10lu total ip packets generated here\n", s.ips_localout);
/freebsd-10-stable/usr.bin/netstat/
H A Dinet.c877 p(ips_localout, "\t%ju packet%s sent from this host\n");

Completed in 117 milliseconds