Home
last modified time | relevance | path

Searched refs:RENEWAL_SEC_MULTIPLE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h37 #define RENEWAL_SEC_MULTIPLE 0.5 macro
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1304 m_renewalSec = m_leaseTime * RENEWAL_SEC_MULTIPLE; /* First renewal seconds. */ in ParseDhcpAckPacket()
1927 m_renewalSec = ipCached.ipResult.uOptLeasetime * RENEWAL_SEC_MULTIPLE; in TryCachedIp()
2114 int64_t renewalSec = remainingDelay * RENEWAL_SEC_MULTIPLE; in ScheduleLeaseTimers()

Completed in 5 milliseconds