Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dif_arp.h101 struct arpstat { struct
122 VNET_PCPUSTAT_DECLARE(struct arpstat, arpstat); argument
128 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
/f-stack/freebsd/net/
H A Dif_arp.h101 struct arpstat { struct
122 VNET_PCPUSTAT_DECLARE(struct arpstat, arpstat); argument
128 VNET_PCPUSTAT_ADD(struct arpstat, arpstat, name, (val))
/f-stack/tools/netstat/
H A Dinet.c1095 struct arpstat arpstat; in arp_stats() local
1097 if (fetch_stats("net.link.ether.arp.stats", off, &arpstat, in arp_stats()
1098 sizeof(arpstat), kread_counters) != 0) in arp_stats()
1104 #define p(f, m) if (arpstat.f || sflag <= 1) \ in arp_stats()
1105 xo_emit("\t" m, (uintmax_t)arpstat.f, plural(arpstat.f)) in arp_stats()
1106 #define p2(f, m) if (arpstat.f || sflag <= 1) \ in arp_stats()
1107 xo_emit("\t" m, (uintmax_t)arpstat.f, pluralies(arpstat.f)) in arp_stats()
/f-stack/freebsd/netinet/
H A Dif_ether.c110 VNET_PCPUSTAT_DEFINE(struct arpstat, arpstat); /* ARP statistics, see if_arp.h */
111 VNET_PCPUSTAT_SYSINIT(arpstat);
114 VNET_PCPUSTAT_SYSUNINIT(arpstat);
138 SYSCTL_VNET_PCPUSTAT(_net_link_ether_arp, OID_AUTO, stats, struct arpstat,
139 arpstat, "ARP statistics (struct arpstat, net/if_arp.h)");