Searched refs:arpstat (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | if_arp.h | 124 struct arpstat { struct 150 extern struct arpstat arpstat; argument
|
| H A D | dlil.c | 4142 arpstat.txrequests++; in dlil_send_arp_internal() 4144 arpstat.txurequests++; in dlil_send_arp_internal() 4148 arpstat.txreplies++; in dlil_send_arp_internal()
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | in_arp.c | 258 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable 308 if (arpstat.held >= arp_maxhold_total) { in arp_llinfo_addq() 314 os_atomic_inc(&arpstat.dropped, relaxed); in arp_llinfo_addq() 333 os_atomic_inc(&arpstat.dropped, relaxed); in arp_llinfo_addq() 334 os_atomic_dec(&arpstat.held, relaxed); in arp_llinfo_addq() 338 os_atomic_inc(&arpstat.held, relaxed); in arp_llinfo_addq() 354 os_atomic_add(&arpstat.purged, held, relaxed); in arp_llinfo_flushq() 355 os_atomic_add(&arpstat.held, -held, relaxed); in arp_llinfo_flushq() 707 arpstat.timeouts++; in arptfree() 942 arpstat.txannounces++; in arp_rtrequest() [all …]
|
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skywalk_test_common.c | 3169 static struct arpstat parpstat; in arp_stats() 3170 struct arpstat arpstat; in arp_stats() local 3171 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()
|