Home
last modified time | relevance | path

Searched refs:kMaxLegacyUnicastTtl (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp901 static constexpr uint32_t kMaxLegacyUnicastTtl = 10; // seconds member in ot::Dns::Multicast::Core::RecordInfo
Dmdns.cpp585 return aIsLegacyUnicast ? Min(kMaxLegacyUnicastTtl, mTtl) : mTtl; in GetTtl()
2808 ptr.SetTtl(Min(Core::RecordInfo::kMaxLegacyUnicastTtl, mServicesPtr.GetTtl())); in AppendPtrRecordTo()
/openthread-latest/tests/unit/
Dtest_mdns.cpp77 static constexpr uint16_t kMaxLegacyUnicastTtl = 10; variable
380 VerifyOrQuit(mTtl <= kMaxLegacyUnicastTtl); in MatchesTtl()