Home
last modified time | relevance | path

Searched refs:Query (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/net/
Ddns_client.hpp108 typedef Message Query; // `Message` is used to save `Query` related info. typedef in ot::Dns::Client
310 Query *mQuery; // The associated query.
769 void ReadFrom(const Query &aQuery) { IgnoreError(aQuery.Read(0, *this)); } in ReadFrom()
779 Query *mMainQuery;
780 Query *mNextQuery;
788 …Error AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&a…
789 void FreeQuery(Query &aQuery);
790 void UpdateQuery(Query &aQuery, const QueryInfo &aInfo) { aQuery.Write(0, aInfo); } in UpdateQuery()
791 Query &FindMainQuery(Query &aQuery);
792 Error SendQuery(Query &aQuery, QueryInfo &aInfo, bool aUpdateTimer);
[all …]
Ddns_client.cpp776 Query *query; in Stop()
982 Query *query; in StartQuery()
1006 Query *secondQuery; in StartQuery()
1031 Error Client::AllocateQuery(const QueryInfo &aInfo, const char *aLabel, const char *aName, Query *&… in AllocateQuery()
1056 Client::Query &Client::FindMainQuery(Query &aQuery) in FindMainQuery()
1065 void Client::FreeQuery(Query &aQuery) in FreeQuery()
1067 Query &mainQuery = FindMainQuery(aQuery); in FreeQuery()
1072 for (Query *query = &mainQuery; query != nullptr; query = info.mNextQuery) in FreeQuery()
1080 Error Client::SendQuery(Query &aQuery, QueryInfo &aInfo, bool aUpdateTimer) in SendQuery()
1207 Error Client::AppendNameFromQuery(const Query &aQuery, Message &aMessage) in AppendNameFromQuery()
[all …]
Dsntp_client.hpp108 Error Query(const otSntpQuery *aQuery, ResponseHandler aHandler, void *aContext);
Dsntp_client.cpp77 Error Client::Query(const otSntpQuery *aQuery, otSntpResponseHandler aHandler, void *aContext) in Query() function in ot::Sntp::Client
/openthread-latest/src/core/api/
Dsntp_api.cpp49 return AsCoreType(aInstance).Get<Sntp::Client>().Query(aQuery, aHandler, aContext); in otSntpClientQuery()
Dlink_metrics_api.cpp51 …return AsCoreType(aInstance).Get<LinkMetrics::Initiator>().Query(AsCoreType(aDestination), aSeries… in otLinkMetricsQuery()
/openthread-latest/src/posix/platform/
Dresolver.hpp65 void Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery);
Dresolver.cpp121 void Resolver::Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in Query() function in ot::Posix::Resolver
350 gResolver.Query(aTxn, aQuery); in otPlatDnsStartUpstreamQuery()
/openthread-latest/src/core/thread/
Dlink_metrics.hpp121 Error Query(const Ip6::Address &aDestination, uint8_t aSeriesId, const Metrics *aMetrics);
Dlink_metrics.cpp60 Error Initiator::Query(const Ip6::Address &aDestination, uint8_t aSeriesId, const Metrics *aMetrics) in Query() function in ot::LinkMetrics::Initiator
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt2 * Query Mbed TLS compile time configurations from mbedtls_config.h
/openthread-latest/src/cli/
DREADME.md1319 - `srv` : Query for SRV record only.
1320 - `txt` : Query for TXT record only.
1321 - `srv_txt` : Query for both SRV and TXT records in the same message.
1322 - `srv_txt_sep`: Query in parallel for SRV and TXT using separate messages.
1323 - `srv_txt_opt`: Query for TXT/SRV together first, if it fails then query separately.
1347 - `srv` : Query for SRV record only.
1348 - `txt` : Query for TXT record only.
1349 - `srv_txt` : Query for both SRV and TXT records in the same message.
1350 - `srv_txt_sep`: Query in parallel for SRV and TXT using separate messages.
1351 - `srv_txt_opt`: Query for TXT/SRV together first, if it fails then query separately.
[all …]