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

/freebsd-12-stable/sys/netinet6/
H A Draw_ip6.h41 struct rip6stat { struct
55 VNET_PCPUSTAT_DECLARE(struct rip6stat, rip6stat);
57 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
H A Draw_ip6.c128 VNET_PCPUSTAT_DEFINE(struct rip6stat, rip6stat);
129 VNET_PCPUSTAT_SYSINIT(rip6stat); variable
132 VNET_PCPUSTAT_SYSUNINIT(rip6stat); variable
H A Din6_proto.c546 struct rip6stat, rip6stat,
547 "Raw IP6 statistics (struct rip6stat, netinet6/raw_ip6.h)");
/freebsd-12-stable/usr.bin/netstat/
H A Dinet6.c1215 struct rip6stat rip6stat; local
1218 if (fetch_stats("net.inet6.ip6.rip6stats", off, &rip6stat,
1219 sizeof(rip6stat), kread_counters) != 0)
1225 #define p(f, m) if (rip6stat.f || sflag <= 1) \
1226 xo_emit(m, (uintmax_t)rip6stat.f, plural(rip6stat.f))
1240 delivered = rip6stat.rip6s_ipackets -
1241 rip6stat.rip6s_badsum -
1242 rip6stat
[all...]

Completed in 59 milliseconds