/openthread-latest/src/core/net/ |
D | dns_client.hpp | 108 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 …]
|
D | dns_client.cpp | 776 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 …]
|
D | sntp_client.hpp | 108 Error Query(const otSntpQuery *aQuery, ResponseHandler aHandler, void *aContext);
|
D | sntp_client.cpp | 77 Error Client::Query(const otSntpQuery *aQuery, otSntpResponseHandler aHandler, void *aContext) in Query() function in ot::Sntp::Client
|
/openthread-latest/src/core/api/ |
D | sntp_api.cpp | 49 return AsCoreType(aInstance).Get<Sntp::Client>().Query(aQuery, aHandler, aContext); in otSntpClientQuery()
|
D | link_metrics_api.cpp | 51 …return AsCoreType(aInstance).Get<LinkMetrics::Initiator>().Query(AsCoreType(aDestination), aSeries… in otLinkMetricsQuery()
|
/openthread-latest/src/posix/platform/ |
D | resolver.hpp | 65 void Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery);
|
D | resolver.cpp | 121 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/ |
D | link_metrics.hpp | 121 Error Query(const Ip6::Address &aDestination, uint8_t aSeriesId, const Metrics *aMetrics);
|
D | link_metrics.cpp | 60 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/ |
D | query_config.fmt | 2 * Query Mbed TLS compile time configurations from mbedtls_config.h
|
/openthread-latest/src/cli/ |
D | README.md | 1319 - `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 …]
|