Searched refs:PING_CACHE_TIME (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/src/
H A Dconfig.h31 #define PING_CACHE_TIME 30 /* Ping test assumed to be valid this long. */ macro
H A Ddhcp.c578 int count, max = (int)(0.6 * (((float)PING_CACHE_TIME)/
587 PING_CACHE_TIME seconds. If so, assume the same situation still exists.
591 PING_CACHE_TIME, we are in high-load mode, so don't do any more. */
593 if (difftime(now, r->time) > (float)PING_CACHE_TIME)

Completed in 108 milliseconds