Home
last modified time | relevance | path

Searched refs:txconflicts (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dif_arp.h134 uint32_t txconflicts; /* # of ARP conflict probes sent */ member
/xnu-12377.1.9/bsd/netinet/
H A Din_arp.c1926 os_atomic_inc(&arpstat.txconflicts, relaxed); in arp_ip_handle_input()
/xnu-12377.1.9/tests/skywalk/
H A Dskywalk_test_common.c3144 p(txconflicts, "\t%u ARP conflict probe%s sent\n"); in arp_stats()