Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dconfig.h32 #define DECLINE_BACKOFF 600 /* disable DECLINEd static addresses for this long */ macro
Drfc2131.c852 prettyprint_time(daemon->dhcp_buff, DECLINE_BACKOFF); in dhcp_reply()
918 difftime(now, config->decline_time) < (float)DECLINE_BACKOFF) in dhcp_reply()
1079 difftime(now, config->decline_time) > (float)DECLINE_BACKOFF) && in dhcp_reply()