Home
last modified time | relevance | path

Searched defs:arpstat (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_arp.h124 struct arpstat { struct
126 uint32_t txrequests; /* # of ARP requests sent by this host. */
150 extern struct arpstat arpstat; argument
/xnu-12377.61.12/bsd/netinet/
H A Din_arp.c259 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable
/xnu-12377.61.12/tests/skywalk/
H A Dskywalk_test_common.c3118 struct arpstat arpstat; in arp_stats() local