Searched refs:m_renewalTimestamp (Results 1 – 2 of 2) sorted by relevance
71 m_renewalTimestamp(0), in DhcpClientStateMachine()1246 …m_renewalTimestamp = static_cast<int64_t>(timestamp); /* Record begin renewing or rebinding time… in ParseDhcpAckPacket()1851 m_renewalTimestamp = static_cast<int64_t>(ipCached.ipResult.uAddTime); in TryCachedIp()2024 …delay = (static_cast<int64_t>(curTimestamp) < m_renewalTimestamp) ? 0 : (static_cast<int64_t>(curT… in ScheduleLeaseTimers()2025 m_renewalTimestamp); in ScheduleLeaseTimers()2027 …renewalTimestamp:%{public}" PRId64, delay, static_cast<int64_t>(curTimestamp), m_renewalTimestamp); in ScheduleLeaseTimers()
130 int64_t m_renewalTimestamp; variable