Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_arp.c240 static int send_conflicting_probes = 1; /* Thread safe: no accumulated state */ variable
241 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, send_conflicting_probes,
243 &send_conflicting_probes, 0,
1836 if (arp_sendllconflict && send_conflicting_probes != 0 && in arp_ip_handle_input()