HomeSort by relevance Sort by last modified time
    Searched refs:OPTION_LEASE_TIME (Results 1 - 3 of 3) 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)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpcsdk.h 75 #define OPTION_LEASE_TIME 51
  /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 616 milliseconds