Home
last modified time | relevance | path

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

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