Searched refs:OPTION_LEASE_TIME (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 38 #define OPTION_LEASE_TIME 51 macro 854 time = calc_time(context, config, option_find(mess, sz, OPTION_LEASE_TIME, 4)); in dhcp_reply() 859 option_put(mess, end, OPTION_LEASE_TIME, 4, time); in dhcp_reply() 1062 time = calc_time(context, config, option_find(mess, sz, OPTION_LEASE_TIME, 4)); in dhcp_reply() 1088 option_put(mess, end, OPTION_LEASE_TIME, 4, time); in dhcp_reply() 1141 option_put(mess, end, OPTION_LEASE_TIME, 4, time); in dhcp_reply()
|