Searched refs:arpstat (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_arp.h124 struct arpstat { struct
149 extern struct arpstat arpstat;
H A Ddlil.c4166 arpstat.txrequests++;
4168 arpstat.txurequests++;
4171 arpstat.txreplies++;
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c222 struct arpstat arpstat; variable in typeref:struct:arpstat
224 0, 0, arp_getstat, "S,arpstat",
225 "ARP statistics (struct arpstat, net/if_arp.h)");
284 arpstat.purged++;
573 arpstat.timeouts++;
719 arpstat.txannounces++;
725 arpstat.invalidreqs++;
746 arpstat.reqnobufs++;
756 arpstat
[all...]

Completed in 83 milliseconds