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
578 int count, max = (int)(0.6 * (((float)PING_CACHE_TIME)/ in address_allocate()593 if (difftime(now, r->time) > (float)PING_CACHE_TIME) in address_allocate()