Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlink_metrics.hpp93 struct QueryInfo : public Clearable<QueryInfo> struct in ot::LinkMetrics::Initiator
95 uint8_t mSeriesId; ///< Series ID.
96 uint8_t mTypeIds[kMaxTypeIds]; ///< Type IDs.
97 uint8_t mTypeIdCount; ///< Number of entries in `mTypeIds[]`.
/openthread-latest/src/core/net/
Ddns_client.hpp767 struct QueryInfo : public Clearable<QueryInfo> // Query related Info struct in ot::Dns::Client
769 void ReadFrom(const Query &aQuery) { IgnoreError(aQuery.Read(0, *this)); } in ReadFrom()
771 QueryType mQueryType;
772 uint16_t mMessageId;
773 Callback mCallback;
774 void *mCallbackContext;
775 TimeMilli mRetransmissionTime;
776 QueryConfig mConfig;
777 uint8_t mTransmissionCount;
778 bool mShouldResolveHostAddr;
[all …]