Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dconfig.h31 #define PING_CACHE_TIME 30 /* Ping test assumed to be valid this long. */ macro
Ddhcp.c583 int count, max = (int)(0.6 * (((float)PING_CACHE_TIME)/ in address_allocate()
598 if (difftime(now, r->time) > (float)PING_CACHE_TIME) in address_allocate()