HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_LEASE_TIME (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 46 #define OPTION_LEASE_TIME 51
193 if ((p = option_find(&packet, (size_t)rc, OPTION_LEASE_TIME, 4)))
  /external/dnsmasq/src/
rfc2131.c 38 #define OPTION_LEASE_TIME 51
953 time = calc_time(context, config, option_find(mess, sz, OPTION_LEASE_TIME, 4));
957 option_put(mess, end, OPTION_LEASE_TIME, 4, time);
    [all...]

Completed in 78 milliseconds