Home
last modified time | relevance | path

Searched refs:question (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_dnssd_instance_name_with_space.py154 def _assert_have_question(self, dig_result, question): argument
156 if self._match_record(dig_question, question):
159 self.fail((dig_result, question))
198 for question in expected_result['QUESTION']:
199 self._assert_have_question(dig_result, question)
Dtest_dnssd_server.py282 def _assert_have_question(self, dig_result, question): argument
284 if self._match_record(dig_question, question):
287 self.fail((dig_result, question))
326 for question in expected_result['QUESTION']:
327 self._assert_have_question(dig_result, question)
Dtest_dnssd_server_multi_border_routers.py362 def _assert_have_question(self, dig_result, question): argument
364 if self._match_record(dig_question, question):
367 self.fail((dig_result, question))
406 for question in expected_result['QUESTION']:
407 self._assert_have_question(dig_result, question)
/openthread-latest/src/core/net/
Dmdns.cpp1366 Question question; in AppendQuestionTo() local
1373 question.SetType(ResourceRecord::kTypeAny); in AppendQuestionTo()
1374 question.SetClass(rrClass); in AppendQuestionTo()
1375 SuccessOrAssert(message.Append(question)); in AppendQuestionTo()
3553 Question *question = mQuestions.PushBack(); in Init() local
3557 OT_ASSERT(question != nullptr); in Init()
3559 question->mNameOffset = offset; in Init()
3565 question->mRrType = record.GetType(); in Init()
3568 question->mUnicastResponse = rrClass & kClassQuestionUnicastFlag; in Init()
3569 question->mIsRrClassInternet = RrClassIsInternetOrAny(rrClass); in Init()
[all …]
Ddnssd_server.cpp300 Question question; in ParseQuestions() local
310 SuccessOrExit(mMessage->Read(offset, question)); in ParseQuestions()
311 offset += sizeof(question); in ParseQuestions()
313 switch (question.GetType()) in ParseQuestions()
342 SuccessOrExit(mMessage->Read(offset, question)); in ParseQuestions()
344 switch (question.GetType()) in ParseQuestions()
392 Question question; in AddQuestionsFrom() local
398 IgnoreError(aRequest.mMessage->Read(offset, question)); in AddQuestionsFrom()
399 offset += sizeof(question); in AddQuestionsFrom()
406 SuccessOrExit(mMessage->Append(question)); in AddQuestionsFrom()
/openthread-latest/tests/unit/
Dtest_mdns.cpp170 Question question; in ParseFrom() local
173 SuccessOrQuit(aMessage.Read(aOffset, question)); in ParseFrom()
177 mType = question.GetType(); in ParseFrom()
178 mClass = question.GetClass() & kClassMask; in ParseFrom()
179 mUnicastResponse = question.GetClass() & kClassQueryUnicastFlag; in ParseFrom()
193 const DnsQuestion *question = FindMatching(aFullName.AsCString()); in Contains() local
195 VerifyOrExit(question != nullptr); in Contains()
196 VerifyOrExit(question->mType == aRrType); in Contains()
197 VerifyOrExit(question->mClass == ResourceRecord::kClassInternet); in Contains()
198 VerifyOrExit(question->mUnicastResponse == aUnicastResponse); in Contains()
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-limitations.md317 There's no question about what to do with TLS (any version); the only question
Dstrategy.md481 An question that needs careful consideration when we come around to removing
Dpsa-legacy-bridges.md15 * [OPEN] Open question: a specific aspect of the design where there are several plausible decisions.
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/architecture/
Dpsa-shared-memory.md273 **Open question: Does memory allocation in `update()` cause a performance problem? If so, to what e…
453 …correctness of memory accesses is an open question that requires further investigation. To answer …