Searched refs:DHCP_LEASE_TIME (Results 1 – 11 of 11) sorted by relevance
31 #define DHCP_LEASE_TIME 21600 macro85 leaseTime = DHCP_LEASE_TIME; in HotspotConfig()
19 #define DHCP_LEASE_TIME 21600 macro
65 testPool.leaseTime = DHCP_LEASE_TIME; in SamplePoolConfig()298 lease.leaseTime = DHCP_LEASE_TIME;325 lease.leaseTime = DHCP_LEASE_TIME;356 lease.leaseTime = DHCP_LEASE_TIME;
62 …const std::string &ipAddress = "", bool isIpV4 = true, const int32_t &leaseTime = DHCP_LEASE_TIME);
60 leaseTime = DHCP_LEASE_TIME; in IsExpire()
76 newBind.expireIn = newBind.bindingTime + DHCP_LEASE_TIME; in AddNewBinding()77 newBind.leaseTime = DHCP_LEASE_TIME; in AddNewBinding()
295 config->leaseTime = DHCP_LEASE_TIME; in LoadConfig()
206 config->leaseTime = DHCP_LEASE_TIME; in InitLeaseTime()
773 uint32_t leaseTime = HostToNetwork(DHCP_LEASE_TIME); in AppendReplyTimeOptions()
153 value = static_cast<int>(DHCP_LEASE_TIME); in GetHotspotconfigFromJs()
763 item.SetLeaseTime((int)DHCP_LEASE_TIME);