OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PING_CACHE_TIME
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
config.h
31
#define
PING_CACHE_TIME
30 /* Ping test assumed to be valid this long. */
dhcp.c
578
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 34 milliseconds