Home
last modified time | relevance | path

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

/openthread-latest/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;
/openthread-latest/src/core/net/
Dmdns.hpp820 struct AnswerInfo struct in ot::Dns::Multicast::Core
822 TimeMilli GetAnswerTime(void) const { return (mQueryRxTime + mAnswerDelay); } in GetAnswerTime()
824 uint16_t mQuestionRrType;
825 uint16_t mAnswerDelay;
826 TimeMilli mQueryRxTime;
827 bool mIsProbe;
828 bool mUnicastResponse;
829 bool mLegacyUnicastResponse;