Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/netinet/
H A Din_arp.c259 struct arpstat arpstat __attribute__((aligned(sizeof(uint64_t)))); variable