Searched refs:query (Results 1 – 12 of 12) sorted by relevance
/openthread-latest/src/core/net/ |
D | dns_client.cpp | 776 Query *query; in Stop() local 778 while ((query = mMainQueries.GetHead()) != nullptr) in Stop() 780 FinalizeQuery(*query, kErrorAbort); in Stop() 982 Query *query; in StartQuery() local 997 SuccessOrExit(error = AllocateQuery(aInfo, aLabel, aName, query)); in StartQuery() 999 mMainQueries.Enqueue(*query); in StartQuery() 1001 error = SendQuery(*query, aInfo, /* aUpdateTimer */ true); in StartQuery() 1002 VerifyOrExit(error == kErrorNone, FreeQuery(*query)); in StartQuery() 1011 aInfo.mMainQuery = query; in StartQuery() 1022 aInfo.ReadFrom(*query); in StartQuery() [all …]
|
D | dnssd_server.cpp | 98 for (ProxyQuery &query : mProxyQueries) in Stop() 100 Finalize(query, Header::kResponseServerFailure); in Stop() 974 ProxyQuery *query; in ResolveByProxy() local 1004 query = aResponse.mMessage.Release(); in ResolveByProxy() 1006 query->Write(0, aResponse.mHeader); in ResolveByProxy() 1007 mProxyQueries.Enqueue(*query); in ResolveByProxy() 1017 ReadQueryName(*query, name); in ResolveByProxy() 1023 mDiscoveryProxy.Resolve(*query, info); in ResolveByProxy() 1251 for (ProxyQuery &query : mProxyQueries) in HandleDiscoveredServiceInstance() 1256 info.ReadFrom(query); in HandleDiscoveredServiceInstance() [all …]
|
D | mdns.cpp | 5116 TxMessage &query = aContext.mQueryMessage; in PrepareQuery() local 5118 query.SaveCurrentState(); in PrepareQuery() 5123 As<BrowseCache>().PreparePtrQuestion(query, aContext.GetNow()); in PrepareQuery() 5126 As<SrvCache>().PrepareSrvQuestion(query); in PrepareQuery() 5129 As<TxtCache>().PrepareTxtQuestion(query); in PrepareQuery() 5132 As<Ip6AddrCache>().PrepareAaaaQuestion(query); in PrepareQuery() 5135 As<Ip4AddrCache>().PrepareAQuestion(query); in PrepareQuery() 5139 query.CheckSizeLimitToPrepareAgain(prepareAgain); in PrepareQuery()
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | output_env.sh | 177 if type dpkg-query >/dev/null 2>/dev/null; then 178 if ! dpkg-query -f '${Status} ${Package}: ${Version}\n' -W 'libasan*' |
|
/openthread-latest/src/cli/ |
D | README.md | 120 - [sntp](#sntp-query-sntp-server-ip-sntp-server-port) 1310 Get the default query config used by DNS client. 1317 - Boolean flag to indicate whether the server can resolve the query recursively or not. 1318 - Service resolution mode which specifies which records to query. Possible options are: 1323 - `srv_txt_opt`: Query for TXT/SRV together first, if it fails then query separately. 1342 Set the default query config. 1344 Service mode specifies which records to query. Possible options are: 1351 - `srv_txt_opt`: Query for TXT/SRV together first, if it fails then query separately. 1370 …nfig option definitions `OPENTHREAD_CONFIG_DNS_CLIENT_DEFAULT_{}` to form the default query config. 1429 …end DNS query to obtain IPv4 address for a given hostname and provide the NAT64 synthesized IPv6 a… [all …]
|
D | cli.cpp | 6244 otSntpQuery query; in Process() local 6287 query.mMessageInfo = static_cast<const otMessageInfo *>(&messageInfo); in Process() 6289 …SuccessOrExit(error = otSntpClientQuery(GetInstancePtr(), &query, &Interpreter::HandleSntpResponse… in Process()
|
/openthread-latest/ |
D | README.md | 19 [ot-gh-action-build]: https://github.com/openthread/openthread/actions?query=workflow%3ABuild+branc… 21 [ot-gh-action-simulation]: https://github.com/openthread/openthread/actions?query=workflow%3ASimula… 23 [ot-gh-action-docker]: https://github.com/openthread/openthread/actions?query=workflow%3ADocker+bra…
|
/openthread-latest/etc/cmake/ |
D | options.cmake | 201 ot_option(OT_DNS_CLIENT_OVER_TCP OPENTHREAD_CONFIG_DNS_CLIENT_OVER_TCP_ENABLE "Enable dns query ov…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 789 ### Remove MaximumFragmentLength (MFL) query API 791 This affects users which use the MFL query APIs 847 2. Users of session resumption who query the current session
|
D | psa-transition.md | 1267 There is no PSA equivalent of `mbedtls_ecdsa_can_do` and `mbedtls_ecdh_can_do` to query the capabil…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | strategy.md | 256 3. Adapt compile-time guards used to query availability of a given algorithm;
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 993 * Add the ability to query PSA_WANT_xxx macros to query_compile_time_config. 1745 query the size of the modulus in a Diffie-Hellman context. 4357 * Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment
|