Searched refs:aIsLegacyUnicast (Results 1 – 3 of 3) sorted by relevance
879 uint32_t GetTtl(bool aIsLegacyUnicast = false) const;1969 bool aIsLegacyUnicast = false);
414 …e::UpdateCacheFlushFlagIn(ResourceRecord &aResourceRecord, Section aSection, bool aIsLegacyUnicast) in UpdateCacheFlushFlagIn() argument420 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()
1135 bool aIsLegacyUnicast = false) in SendQueryForTwo() argument1157 senderAddrInfo.mPort = aIsLegacyUnicast ? kEphemeralPort : kMdnsPort; in SendQueryForTwo()