Home
last modified time | relevance | path

Searched refs:ip6s_localout (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/usr.bin/systat/
Dip6.c169 DO(ip6s_localout); in domode()
194 totalout = stats.ip6s_forward + stats.ip6s_localout; in showip6()
202 DO(ip6s_localout, 2, 35); in showip6()
/freebsd-9-stable/sys/netinet6/
Dip6_var.h195 u_quad_t ip6s_localout; /* total ip packets generated here */ member
Dip6_output.c510 IP6STAT_INC(ip6s_localout); in ip6_output()
/freebsd-9-stable/usr.bin/netstat/
Dinet6.c402 p(ip6s_localout, "\t%ju packet%s sent from this host\n"); in ip6_stats()