Searched refs:rip6stat (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netinet6/
H A Draw_ip6.h39 struct rip6stat { struct
53 VNET_PCPUSTAT_DECLARE(struct rip6stat, rip6stat);
55 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
H A Draw_ip6.c126 VNET_PCPUSTAT_DEFINE(struct rip6stat, rip6stat);
127 VNET_PCPUSTAT_SYSINIT(rip6stat); variable
130 VNET_PCPUSTAT_SYSUNINIT(rip6stat); variable
H A Din6_proto.c568 struct rip6stat, rip6stat,
569 "Raw IP6 statistics (struct rip6stat, netinet6/raw_ip6.h)");
/freebsd-11-stable/usr.bin/netstat/
H A Dinet6.c1211 struct rip6stat rip6stat; local
1214 if (fetch_stats("net.inet6.ip6.rip6stats", off, &rip6stat,
1215 sizeof(rip6stat), kread_counters) != 0)
1221 #define p(f, m) if (rip6stat.f || sflag <= 1) \
1222 xo_emit(m, (uintmax_t)rip6stat.f, plural(rip6stat.f))
1236 delivered = rip6stat.rip6s_ipackets -
1237 rip6stat.rip6s_badsum -
1238 rip6stat
[all...]

Completed in 180 milliseconds