Searched refs:OPTION_LEASE_TIME (Results 1 – 2 of 2) sorted by relevance
/external/dnsmasq/contrib/wrt/ |
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))) in main()
|
/external/dnsmasq/src/ |
D | rfc2131.c | 38 #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()
|