Searched refs:PING_WAIT (Results 1 – 3 of 3) sorted by relevance
30 #define PING_WAIT 3 /* wait for ping address-in-use test */ macro
447 max = (int) (0.6 * (((float) PING_CACHE_TIME) / ((float) PING_WAIT))); in address_allocate()
1056 for (now = start = dnsmasq_time(); difftime(now, start) < (float) PING_WAIT;) { in icmp_ping()