Searched refs:kMaxLegacyUnicastTtl (Results 1 – 3 of 3) sorted by relevance
901 static constexpr uint32_t kMaxLegacyUnicastTtl = 10; // seconds member in ot::Dns::Multicast::Core::RecordInfo
585 return aIsLegacyUnicast ? Min(kMaxLegacyUnicastTtl, mTtl) : mTtl; in GetTtl()2808 ptr.SetTtl(Min(Core::RecordInfo::kMaxLegacyUnicastTtl, mServicesPtr.GetTtl())); in AppendPtrRecordTo()
77 static constexpr uint16_t kMaxLegacyUnicastTtl = 10; variable380 VerifyOrQuit(mTtl <= kMaxLegacyUnicastTtl); in MatchesTtl()