Home
last modified time | relevance | path

Searched defs:AnswerInfo (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/thread/
Dnetwork_diagnostic.hpp165 struct AnswerInfo struct in ot::NetworkDiagnostic::Server
167 AnswerInfo(void) in AnswerInfo() function
175 uint16_t mAnswerIndex;
176 uint16_t mQueryId;
177 bool mHasQueryId;
178 Message::Priority mPriority;
179 Coap::Message *mFirstAnswer;
/external/openthread/src/core/net/
Dmdns.hpp818 struct AnswerInfo struct in ot::Dns::Multicast::Core
820 TimeMilli GetAnswerTime(void) const { return (mQueryRxTime + mAnswerDelay); } in GetAnswerTime()
822 uint16_t mQuestionRrType;
823 uint16_t mAnswerDelay;
824 TimeMilli mQueryRxTime;
825 bool mIsProbe;
826 bool mUnicastResponse;
827 bool mLegacyUnicastResponse;