Searched refs:GetClampedTtl (Results 1 – 2 of 2) sorted by relevance
4532 … queryTime += Random::NonCrypto::GetUint32InRange(0, GetClampedTtl() * kQueryTtlVariation); in UpdateQueryAndFireTimeOn()4544 return IsPresent() && ((aNow - mLastRxTime) > TimeMilli::SecToMsec(GetClampedTtl()) / 2); in LessThanHalfTtlRemains()4563 uint32_t Core::CacheRecordInfo::GetClampedTtl(void) const in GetClampedTtl() function in ot::Dns::Multicast::Core::CacheRecordInfo4573 return mLastRxTime + TimeMilli::SecToMsec(GetClampedTtl()); in GetExpireTime()4590 return mLastRxTime + kTtlFactors[aAttemptIndex] * GetClampedTtl(); in GetQueryTime()
1561 uint32_t GetClampedTtl(void) const;