Searched refs:PING_CACHE_TIME (Results 1 – 2 of 2) sorted by relevance
31 #define PING_CACHE_TIME 30 /* Ping test assumed to be valid this long. */ macro
447 max = (int) (0.6 * (((float) PING_CACHE_TIME) / ((float) PING_WAIT))); in address_allocate()460 if (difftime(now, r->time) > (float) PING_CACHE_TIME) in address_allocate()