Home
last modified time | relevance | path

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

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