Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp2210 AppendServiceNameTo(aProbe, kQuestionSection); in PrepareProbe()
2563 AppendServiceNameTo(aTxMessage, aSection, /* aPerformNameCompression */ !isLegacyUnicast); in AppendSrvRecordTo()
2592 AppendServiceNameTo(aTxMessage, aSection); in AppendTxtRecordTo()
2632 AppendServiceNameTo(aTxMessage, aSection); in AppendPtrRecordTo()
2673 static_cast<ServiceEntry &>(aEntry).AppendServiceNameTo(aTxMessage, aSection); in AppendEntryName()
2676 void Core::ServiceEntry::AppendServiceNameTo(TxMessage &aTxMessage, Section aSection, bool aPerform… in AppendServiceNameTo() function in ot::Dns::Multicast::Core::ServiceEntry
5555 AppendServiceNameTo(aQuery, kQuestionSection); in PrepareQueryQuestion()
5561 void Core::ServiceCache::AppendServiceNameTo(TxMessage &aTxMessage, Section aSection) in AppendServiceNameTo() function in ot::Dns::Multicast::Core::ServiceCache
Dmdns.hpp1148 …void AppendServiceNameTo(TxMessage &TxMessage, Section aSection, bool aPerformNameCompression = t…
1706 void AppendServiceNameTo(TxMessage &aTxMessage, Section aSection);