Searched refs:OPTION_LEASE_TIME (Results 1 - 2 of 2) sorted by relevance
/external/dnsmasq/contrib/wrt/ |
H A D | dhcp_lease_time.c | 46 #define OPTION_LEASE_TIME 51 macro 193 if ((p = option_find(&packet, (size_t)rc, OPTION_LEASE_TIME, 4)))
|
/external/dnsmasq/src/ |
H A D | rfc2131.c | 38 #define OPTION_LEASE_TIME 51 macro 953 time = calc_time(context, config, option_find(mess, sz, OPTION_LEASE_TIME, 4)); 957 option_put(mess, end, OPTION_LEASE_TIME, 4, time); 1198 time = calc_time(context, config, option_find(mess, sz, OPTION_LEASE_TIME, 4)); 1226 option_put(mess, end, OPTION_LEASE_TIME, 4, time); 1288 option_put(mess, end, OPTION_LEASE_TIME, 4, time);
|
Completed in 93 milliseconds