Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dif_ether.c140 static int arp_ignore_probes = 1; variable
153 &arp_ignore_probes, 0, "Ignore ARP probes");
1311 if (addr == INADDR_ANY && arp_ignore_probes) in arplookup()