Searched refs:ip6stat (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.bin/netstat/
H A Dinet6.c363 struct ip6stat ip6stat, zerostat; local
367 len = sizeof ip6stat;
369 memset(&ip6stat, 0, len);
372 if (sysctlbyname("net.inet6.ip6.stats", &ip6stat, &len,
379 kread_counters(off, &ip6stat, len);
383 #define p(f, m) if (ip6stat.f || sflag <= 1) \
384 printf(m, (uintmax_t)ip6stat.f, plural(ip6stat.f))
385 #define p1a(f, m) if (ip6stat
[all...]
/freebsd-10.0-release/usr.bin/systat/
H A Dip6.c61 static struct ip6stat curstat, initstat, oldstat;
137 domode(struct ip6stat *ret)
139 const struct ip6stat *sub;
190 struct ip6stat stats;
249 error("sysctl getting ip6stat size failed");
253 error("ip6stat structure has grown--recompile systat!");
257 error("sysctl getting ip6stat failed");
/freebsd-10.0-release/sys/netinet6/
H A Dip6_var.h183 struct ip6stat { struct
251 VNET_PCPUSTAT_DECLARE(struct ip6stat, ip6stat);
253 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val))
H A Din6_proto.c509 SYSCTL_VNET_PCPUSTAT(_net_inet6_ip6, IPV6CTL_STATS, stats, struct ip6stat,
510 ip6stat, "IP6 statistics (struct ip6stat, netinet6/ip6_var.h)");
H A Dip6_input.c147 VNET_PCPUSTAT_DEFINE(struct ip6stat, ip6stat);
148 VNET_PCPUSTAT_SYSINIT(ip6stat); variable
150 VNET_PCPUSTAT_SYSUNINIT(ip6stat); variable

Completed in 163 milliseconds