HomeSort by: relevance | last modified time | path
    Searched defs:arpstat (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/netstat/
inet.c 892 uint64_t arpstat[ARP_NSTATS]; local in function:arp_stats
895 size_t size = sizeof(arpstat);
897 if (prog_sysctlbyname("net.inet.arp.stats", arpstat, &size,
907 #define ps(f, m) if (arpstat[f] || sflag <= 1) \
908 printf(m, arpstat[f])
909 #define p(f, m) if (arpstat[f] || sflag <= 1) \
910 printf(m, arpstat[f], plural(arpstat[f]))

Completed in 13 milliseconds