Home
last modified time | relevance | path

Searched refs:AnswerInfo (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_diagnostic.hpp165 struct AnswerInfo struct in ot::NetworkDiagnostic::Server
167 AnswerInfo(void) in AnswerInfo() argument
197 Error AllocateAnswer(Coap::Message *&aAnswer, AnswerInfo &aInfo);
198 Error CheckAnswerLength(Coap::Message *&aAnswer, AnswerInfo &aInfo);
204 Error AppendChildTableAsChildTlvs(Coap::Message *&aAnswer, AnswerInfo &aInfo);
205 Error AppendRouterNeighborTlvs(Coap::Message *&aAnswer, AnswerInfo &aInfo);
206 Error AppendChildTableIp6AddressList(Coap::Message *&aAnswer, AnswerInfo &aInfo);
Dnetwork_diagnostic.cpp455 Error Server::AllocateAnswer(Coap::Message *&aAnswer, AnswerInfo &aInfo) in AllocateAnswer()
521 AnswerInfo info; in PrepareAndSendAnswers()
574 Error Server::CheckAnswerLength(Coap::Message *&aAnswer, AnswerInfo &aInfo) in CheckAnswerLength()
664 Error Server::AppendChildTableAsChildTlvs(Coap::Message *&aAnswer, AnswerInfo &aInfo) in AppendChildTableAsChildTlvs()
686 Error Server::AppendRouterNeighborTlvs(Coap::Message *&aAnswer, AnswerInfo &aInfo) in AppendRouterNeighborTlvs()
713 Error Server::AppendChildTableIp6AddressList(Coap::Message *&aAnswer, AnswerInfo &aInfo) in AppendChildTableIp6AddressList()
/openthread-latest/src/core/net/
Dmdns.hpp820 struct AnswerInfo struct in ot::Dns::Multicast::Core
885 void ScheduleAnswer(const AnswerInfo &aInfo);
996 void AnswerProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecordsLength);
997 … void AnswerNonProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecordsLength);
998 void ScheduleNsecAnswer(const AnswerInfo &aInfo);
1047 void AnswerQuestion(const AnswerInfo &aInfo);
1105 void AnswerServiceNameQuestion(const AnswerInfo &aInfo);
1106 void AnswerServiceTypeQuestion(const AnswerInfo &aInfo, const char *aSubLabel);
1199 void AnswerQuestion(const AnswerInfo &aInfo);
1342 …void AnswerServiceTypeQuestion(const Question &aQuestion, const AnswerInfo &aInfo, ServiceEntry &a…
[all …]
Dmdns.cpp621 void Core::RecordInfo::ScheduleAnswer(const AnswerInfo &aInfo) in ScheduleAnswer()
1157 void Core::Entry::ScheduleNsecAnswer(const AnswerInfo &aInfo) in ScheduleNsecAnswer()
1194 void Core::Entry::AnswerNonProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecord… in AnswerNonProbe()
1231 void Core::Entry::AnswerProbe(const AnswerInfo &aInfo, RecordAndType *aRecords, uint16_t aRecordsLe… in AnswerProbe()
1236 AnswerInfo info = aInfo; in AnswerProbe()
1606 void Core::HostEntry::AnswerQuestion(const AnswerInfo &aInfo) in AnswerQuestion()
2097 void Core::ServiceEntry::AnswerServiceNameQuestion(const AnswerInfo &aInfo) in AnswerServiceNameQuestion()
2123 void Core::ServiceEntry::AnswerServiceTypeQuestion(const AnswerInfo &aInfo, const char *aSubLabel) in AnswerServiceTypeQuestion()
2859 void Core::ServiceType::AnswerQuestion(const AnswerInfo &aInfo) in AnswerQuestion()
3788 AnswerInfo answerInfo; in AnswerQuestion()
[all …]