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