Lines Matching defs:arpstat
1107 struct arpstat arpstat;
1109 if (fetch_stats("net.link.ether.arp.stats", off, &arpstat,
1110 sizeof(arpstat), kread_counters) != 0)
1116 #define p(f, m) if (arpstat.f || sflag <= 1) \
1117 xo_emit("\t" m, (uintmax_t)arpstat.f, plural(arpstat.f))
1118 #define p2(f, m) if (arpstat.f || sflag <= 1) \
1119 xo_emit("\t" m, (uintmax_t)arpstat.f, pluralies(arpstat.f))