Lines Matching defs:ipstat
1022 struct ipstat ipstat;
1024 if (fetch_stats("net.inet.ip.stats", off, &ipstat,
1025 sizeof(ipstat), kread_counters) != 0)
1031 #define p(f, m) if (ipstat.f || sflag <= 1) \
1032 xo_emit(m, (uintmax_t )ipstat.f, plural(ipstat.f))
1033 #define p1a(f, m) if (ipstat.f || sflag <= 1) \
1034 xo_emit(m, (uintmax_t )ipstat.f)
1070 if (ipstat.ips_forward || sflag <= 1)