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

/freebsd-13-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.c130 VNET_PCPUSTAT_DEFINE(struct rip6stat, rip6stat);
131 VNET_PCPUSTAT_SYSINIT(rip6stat); variable
134 VNET_PCPUSTAT_SYSUNINIT(rip6stat); variable
H A Din6_proto.c539 struct rip6stat, rip6stat,
540 "Raw IP6 statistics (struct rip6stat, netinet6/raw_ip6.h)");
/freebsd-13-stable/usr.bin/netstat/
H A Dinet6.c1225 struct rip6stat rip6stat; local
1228 if (fetch_stats("net.inet6.ip6.rip6stats", off, &rip6stat,
1229 sizeof(rip6stat), kread_counters) != 0)
1235 #define p(f, m) if (rip6stat.f || sflag <= 1) \
1236 xo_emit(m, (uintmax_t)rip6stat.f, plural(rip6stat.f))
1250 delivered = rip6stat.rip6s_ipackets -
1251 rip6stat.rip6s_badsum -
1252 rip6stat
[all...]

Completed in 64 milliseconds