Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_arp.c249 static uint32_t arp_maxhold_total = 1024; /* max total packets in the holdq */ variable
251 CTLFLAG_RW | CTLFLAG_LOCKED, &arp_maxhold_total, 0, "");
308 if (arpstat.held >= arp_maxhold_total) { in arp_llinfo_addq()