Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp879 uint32_t GetTtl(bool aIsLegacyUnicast = false) const;
1969 bool aIsLegacyUnicast = false);
Dmdns.cpp414 …e::UpdateCacheFlushFlagIn(ResourceRecord &aResourceRecord, Section aSection, bool aIsLegacyUnicast) in UpdateCacheFlushFlagIn() argument
420 if (aSection != kAuthoritySection && !aIsLegacyUnicast) in UpdateCacheFlushFlagIn()
603 uint32_t Core::RecordInfo::GetTtl(bool aIsLegacyUnicast) const in GetTtl()
605 return aIsLegacyUnicast ? Min(kMaxLegacyUnicastTtl, mTtl) : mTtl; in GetTtl()
/openthread-latest/tests/unit/
Dtest_mdns.cpp1135 bool aIsLegacyUnicast = false) in SendQueryForTwo() argument
1157 senderAddrInfo.mPort = aIsLegacyUnicast ? kEphemeralPort : kMdnsPort; in SendQueryForTwo()