Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp423 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/
Dtest_dnssd_server.py222 for answer in dig_result['ANSWER']:
223 if len(answer) >= 2 and answer[-2] == 'PTR':
224 dp_instance_name = answer[-1]
Dtest_dnssd_server_multi_border_routers.py301 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/
Dtest_ip_address.cpp740 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/
DSUPPORT.md15 If you can't find your answer in the above sources, please use the [Mbed TLS
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ctr_drbg.function357 /* This is a known-answer test, and although tests use a mock entropy
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md169 * Known answer tests.
Dpsa-shared-memory.md453 …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/
Dmd-cipher-dispatch.md252 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/
D3.0-migration-guide.md8 Here's the list of breaking changes; each entry should help you answer these