Searched refs:rip6stat (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | raw_ip6.h | 41 struct rip6stat { struct 55 VNET_PCPUSTAT_DECLARE(struct rip6stat, rip6stat); argument 57 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
|
| H A D | raw_ip6.c | 130 VNET_PCPUSTAT_DEFINE(struct rip6stat, rip6stat); 131 VNET_PCPUSTAT_SYSINIT(rip6stat); 134 VNET_PCPUSTAT_SYSUNINIT(rip6stat);
|
| H A D | in6_proto.c | 539 struct rip6stat, rip6stat,
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | raw_ip6.h | 41 struct rip6stat { struct 55 VNET_PCPUSTAT_DECLARE(struct rip6stat, rip6stat); argument 57 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
|
| /f-stack/tools/netstat/ |
| H A D | inet6.c | 1233 struct rip6stat rip6stat; local 1236 if (fetch_stats("net.inet6.ip6.rip6stats", off, &rip6stat, 1237 sizeof(rip6stat), kread_counters) != 0) 1243 #define p(f, m) if (rip6stat.f || sflag <= 1) \ 1244 xo_emit(m, (uintmax_t)rip6stat.f, plural(rip6stat.f)) 1258 delivered = rip6stat.rip6s_ipackets - 1259 rip6stat.rip6s_badsum - 1260 rip6stat.rip6s_nosock - 1261 rip6stat.rip6s_nosockmcast - 1262 rip6stat.rip6s_fullsock;
|