Lines Matching defs:icmp6stat
941 struct icmp6stat icmp6stat;
944 if (fetch_stats("net.inet6.icmp6.stats", off, &icmp6stat,
945 sizeof(icmp6stat), kread_counters) != 0)
951 #define p(f, m) if (icmp6stat.f || sflag <= 1) \
952 xo_emit(m, (uintmax_t)icmp6stat.f, plural(icmp6stat.f))
953 #define p_5(f, m) if (icmp6stat.f || sflag <= 1) \
954 xo_emit(m, (uintmax_t)icmp6stat.f)
962 #define NELEM (int)(sizeof(icmp6stat.icp6s_outhist)/sizeof(icmp6stat.icp6s_outhist[0]))
964 if (icmp6stat.icp6s_outhist[i] != 0) {
973 (uintmax_t)icmp6stat.icp6s_outhist[i]);
990 #define NELEM (int)(sizeof(icmp6stat.icp6s_inhist)/sizeof(icmp6stat.icp6s_inhist[0]))
992 if (icmp6stat.icp6s_inhist[i] != 0) {
1001 (uintmax_t)icmp6stat.icp6s_inhist[i]);