Searched refs:arpstat (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_arp.h | 124 struct arpstat { struct 150 extern struct arpstat arpstat; argument
|
| H A D | dlil.c | 4073 arpstat.txrequests++; in dlil_send_arp_internal() 4075 arpstat.txurequests++; in dlil_send_arp_internal() 4079 arpstat.txreplies++; in dlil_send_arp_internal()
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | in_arp.c | 259 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable 309 if (arpstat.held >= arp_maxhold_total) { in arp_llinfo_addq() 315 os_atomic_inc(&arpstat.dropped, relaxed); in arp_llinfo_addq() 334 os_atomic_inc(&arpstat.dropped, relaxed); in arp_llinfo_addq() 335 os_atomic_dec(&arpstat.held, relaxed); in arp_llinfo_addq() 339 os_atomic_inc(&arpstat.held, relaxed); in arp_llinfo_addq() 355 os_atomic_add(&arpstat.purged, held, relaxed); in arp_llinfo_flushq() 356 os_atomic_add(&arpstat.held, -held, relaxed); in arp_llinfo_flushq() 708 arpstat.timeouts++; in arptfree() 943 arpstat.txannounces++; in arp_rtrequest() [all …]
|
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skywalk_test_common.c | 3117 static struct arpstat parpstat; in arp_stats() 3118 struct arpstat arpstat; in arp_stats() local 3119 size_t len = sizeof(arpstat); in arp_stats() 3121 if (sysctlbyname("net.link.ether.inet.stats", &arpstat, in arp_stats() 3129 #define ARPDIFF(f) (arpstat.f - parpstat.f) in arp_stats()
|