Lines Matching refs:icmp6stat
954 struct icmp6stat icmp6stat; local
957 if (fetch_stats("net.inet6.icmp6.stats", off, &icmp6stat,
958 sizeof(icmp6stat), kread_counters) != 0)
964 #define p(f, m) if (icmp6stat.f || sflag <= 1) \
965 xo_emit(m, (uintmax_t)icmp6stat.f, plural(icmp6stat.f))
966 #define p_5(f, m) if (icmp6stat.f || sflag <= 1) \
967 xo_emit(m, (uintmax_t)icmp6stat.f)
975 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0]))
977 if (icmp6stat.icp6s_outhist[i] != 0) {
986 (uintmax_t)icmp6stat.icp6s_outhist[i]);
1001 #define NELEM (int)(sizeof(icmp6stat.icp6s_inhist)/sizeof(icmp6stat.icp6s_inhist[0]))
1003 if (icmp6stat.icp6s_inhist[i] != 0) {
1012 (uintmax_t)icmp6stat.icp6s_inhist[i]);