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

/freebsd-10.3-release/usr.bin/netstat/
H A Dinet6.c362 struct ip6stat ip6stat; local
365 if (fetch_stats("net.inet6.ip6.stats", off, &ip6stat,
366 sizeof(ip6stat), kread_counters) != 0)
371 #define p(f, m) if (ip6stat.f || sflag <= 1) \
372 printf(m, (uintmax_t)ip6stat.f, plural(ip6stat.f))
373 #define p1a(f, m) if (ip6stat.f || sflag <= 1) \
374 printf(m, (uintmax_t)ip6stat.f)
400 if (ip6stat
[all...]
/freebsd-10.3-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.3-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.c525 SYSCTL_VNET_PCPUSTAT(_net_inet6_ip6, IPV6CTL_STATS, stats, struct ip6stat,
526 ip6stat, "IP6 statistics (struct ip6stat, netinet6/ip6_var.h)");
H A Dip6_input.c141 VNET_PCPUSTAT_DEFINE(struct ip6stat, ip6stat);
142 VNET_PCPUSTAT_SYSINIT(ip6stat); variable
144 VNET_PCPUSTAT_SYSUNINIT(ip6stat); variable

Completed in 107 milliseconds