Searched refs:AppendKeyRecordTo (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/net/ |
D | mdns.hpp | 987 void AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection, NameAppender aNameAppender); 1068 void AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection); 1146 void AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection);
|
D | mdns.cpp | 1380 void Core::Entry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection, NameAppender aNameAppe… in AppendKeyRecordTo() function in ot::Dns::Multicast::Core::Entry 1657 AppendKeyRecordTo(aProbe, kAuthoritySection); in PrepareProbe() 1699 AppendKeyRecordTo(response, kAnswerSection); in PrepareResponseRecords() 1773 void Core::HostEntry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection) in AppendKeyRecordTo() function in ot::Dns::Multicast::Core::HostEntry 1775 Entry::AppendKeyRecordTo(aTxMessage, aSection, &AppendEntryName); in AppendKeyRecordTo() 2217 AppendKeyRecordTo(aProbe, kAuthoritySection); in PrepareProbe() 2332 AppendKeyRecordTo(response, kAnswerSection); in PrepareResponseRecords() 2641 void Core::ServiceEntry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection) in AppendKeyRecordTo() function in ot::Dns::Multicast::Core::ServiceEntry 2643 Entry::AppendKeyRecordTo(aTxMessage, aSection, &AppendEntryName); in AppendKeyRecordTo()
|