Home
last modified time | relevance | path

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

/external/dnsmasq/contrib/wrt/
Ddhcp_lease_time.c46 #define OPTION_LEASE_TIME 51 macro
193 if ((p = option_find(&packet, (size_t)rc, OPTION_LEASE_TIME, 4))) in main()
/external/dnsmasq/src/
Drfc2131.c38 #define OPTION_LEASE_TIME 51 macro
953 time = calc_time(context, config, option_find(mess, sz, OPTION_LEASE_TIME, 4)); in dhcp_reply()
957 option_put(mess, end, OPTION_LEASE_TIME, 4, time); in dhcp_reply()
1198 time = calc_time(context, config, option_find(mess, sz, OPTION_LEASE_TIME, 4)); in dhcp_reply()
1226 option_put(mess, end, OPTION_LEASE_TIME, 4, time); in dhcp_reply()
1288 option_put(mess, end, OPTION_LEASE_TIME, 4, time); in dhcp_reply()