Searched refs:answer (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/src/core/thread/ |
D | network_diagnostic.cpp | 423 Coap::Message *answer = nullptr; in SendAnswer() local 428 answer = Get<Tmf::Agent>().NewConfirmablePostMessage(kUriDiagnosticGetAnswer); in SendAnswer() 429 VerifyOrExit(answer != nullptr, error = kErrorNoBufs); in SendAnswer() 431 IgnoreError(answer->SetPriority(aRequest.GetPriority())); in SendAnswer() 435 SuccessOrExit(error = Tlv::Append<QueryIdTlv>(*answer, queryId)); in SendAnswer() 438 SuccessOrExit(error = AppendRequestedTlvs(aRequest, *answer)); in SendAnswer() 441 SuccessOrExit(answer->Append(answerTlv)); in SendAnswer() 445 error = Get<Tmf::Agent>().SendMessage(*answer, messageInfo); in SendAnswer() 448 FreeMessageOnError(answer, error); in SendAnswer() 506 Coap::Message *answer = &aFirstAnswer; in FreeAllRelatedAnswers() local [all …]
|
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_dnssd_server.py | 222 for answer in dig_result['ANSWER']: 223 if len(answer) >= 2 and answer[-2] == 'PTR': 224 dp_instance_name = answer[-1]
|
D | test_dnssd_server_multi_border_routers.py | 301 for answer in dig_result['ANSWER']: 302 if len(answer) >= 2 and answer[-2] == 'PTR': 303 dp_instance_name = answer[-1]
|
/openthread-latest/tests/unit/ |
D | test_ip_address.cpp | 740 Ip6::Prefix prefix, answer; in TestIp6PrefixTidy() local 742 SuccessOrQuit(answer.FromString(test.prefixStringAfterTidy[i])); in TestIp6PrefixTidy() 752 VerifyOrQuit(memcmp(answer.mPrefix.mFields.m8, prefix.mPrefix.mFields.m8, in TestIp6PrefixTidy() 753 sizeof(answer.mPrefix.mFields.m8)) == 0); in TestIp6PrefixTidy() 754 VerifyOrQuit(prefix.mLength == answer.mLength); in TestIp6PrefixTidy()
|
/openthread-latest/third_party/mbedtls/repo/ |
D | SUPPORT.md | 15 If you can't find your answer in the above sources, please use the [Mbed TLS
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ctr_drbg.function | 357 /* This is a known-answer test, and although tests use a mock entropy
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 169 * Known answer tests.
|
D | psa-shared-memory.md | 453 …ory accesses is an open question that requires further investigation. To answer this question, eac…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 252 Here we try to answer the question: As a caller of RSA-PSS via `rsa.h`, how do I know whether it ca…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 8 Here's the list of breaking changes; each entry should help you answer these
|