Lines Matching defs:icmpstat
1193 struct icmpstat icmpstat;
1197 if (fetch_stats("net.inet.icmp.stats", off, &icmpstat,
1198 sizeof(icmpstat), kread_counters) != 0)
1204 #define p(f, m) if (icmpstat.f || sflag <= 1) \
1205 xo_emit(m, icmpstat.f, plural(icmpstat.f))
1206 #define p1a(f, m) if (icmpstat.f || sflag <= 1) \
1207 xo_emit(m, icmpstat.f)
1208 #define p2(f, m) if (icmpstat.f || sflag <= 1) \
1209 xo_emit(m, icmpstat.f, plurales(icmpstat.f))
1217 if (icmpstat.icps_outhist[i] != 0) {
1226 icmpnames[i], icmpstat.icps_outhist[i]);
1230 i, icmpstat.icps_outhist[i]);
1251 if (icmpstat.icps_inhist[i] != 0) {
1261 icmpstat.icps_inhist[i]);
1265 i, icmpstat.icps_inhist[i]);