Home
last modified time | relevance | path

Searched refs:carpstat (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/netstat/
H A Dinet.c955 struct carpstats carpstat; in carp_stats() local
957 if (fetch_stats("net.inet.carp.stats", off, &carpstat, in carp_stats()
958 sizeof(carpstat), kread_counters) != 0) in carp_stats()
964 #define p(f, m) if (carpstat.f || sflag <= 1) \ in carp_stats()
965 xo_emit(m, (uintmax_t)carpstat.f, plural(carpstat.f)) in carp_stats()
966 #define p2(f, m) if (carpstat.f || sflag <= 1) \ in carp_stats()
967 xo_emit(m, (uintmax_t)carpstat.f) in carp_stats()