Searched refs:arpstat (Results 1 – 4 of 4) sorted by relevance
124 struct arpstat { struct150 extern struct arpstat arpstat; argument
7674 arpstat.txrequests++; in dlil_send_arp_internal()7676 arpstat.txurequests++; in dlil_send_arp_internal()7680 arpstat.txreplies++; in dlil_send_arp_internal()
258 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable338 os_atomic_inc(&arpstat.held, relaxed); in arp_llinfo_addq()707 arpstat.timeouts++; in arptfree()942 arpstat.txannounces++; in arp_rtrequest()949 arpstat.invalidreqs++; in arp_rtrequest()978 arpstat.inuse++; in arp_rtrequest()1084 arpstat.inuse--; in arp_rtrequest()1657 arpstat.received++; in arp_ip_handle_input()1672 arpstat.rxreplies++; in arp_ip_handle_input()2180 arpstat.rxrequests++; in arp_ip_handle_input()[all …]
3169 static struct arpstat parpstat; in arp_stats()3170 struct arpstat arpstat; in arp_stats() local3171 size_t len = sizeof(arpstat); in arp_stats()3173 if (sysctlbyname("net.link.ether.inet.stats", &arpstat, in arp_stats()3181 #define ARPDIFF(f) (arpstat.f - parpstat.f) in arp_stats()