Home
last modified time | relevance | path

Searched refs:GetClampedTtl (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/src/core/net/
Dmdns.cpp4532 … 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::CacheRecordInfo
4573 return mLastRxTime + TimeMilli::SecToMsec(GetClampedTtl()); in GetExpireTime()
4590 return mLastRxTime + kTtlFactors[aAttemptIndex] * GetClampedTtl(); in GetQueryTime()
Dmdns.hpp1561 uint32_t GetClampedTtl(void) const;