Home
last modified time | relevance | path

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

/openthread-3.7.0/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-3.7.0/src/core/net/
Ddnssd_server.cpp301 Question question; in ParseQuestions() local
309 SuccessOrExit(mMessage->Read(offset, question)); in ParseQuestions()
310 offset += sizeof(question); in ParseQuestions()
312 switch (question.GetType()) in ParseQuestions()
337 SuccessOrExit(mMessage->Read(offset, question)); in ParseQuestions()
339 switch (question.GetType()) in ParseQuestions()
387 Question question; in AddQuestionsFrom() local
393 IgnoreError(aRequest.mMessage->Read(offset, question)); in AddQuestionsFrom()
394 offset += sizeof(question); in AddQuestionsFrom()
401 SuccessOrExit(mMessage->Append(question)); in AddQuestionsFrom()
Dmdns.cpp1243 Question question; in AppendQuestionTo() local
1250 question.SetType(ResourceRecord::kTypeAny); in AppendQuestionTo()
1251 question.SetClass(rrClass); in AppendQuestionTo()
1252 SuccessOrAssert(message.Append(question)); in AppendQuestionTo()
3336 Question *question = mQuestions.PushBack(); in Init() local
3340 OT_ASSERT(question != nullptr); in Init()
3342 question->mNameOffset = offset; in Init()
3348 question->mRrType = record.GetType(); in Init()
3351 question->mUnicastResponse = rrClass & kClassQuestionUnicastFlag; in Init()
3352 question->mIsRrClassInternet = RrClassIsInternetOrAny(rrClass); in Init()
[all …]
/openthread-3.7.0/tests/unit/
Dtest_mdns.cpp167 Question question; in ParseFrom() local
170 SuccessOrQuit(aMessage.Read(aOffset, question)); in ParseFrom()
174 mType = question.GetType(); in ParseFrom()
175 mClass = question.GetClass() & kClassMask; in ParseFrom()
176 mUnicastResponse = question.GetClass() & kClassQueryUnicastFlag; in ParseFrom()
190 const DnsQuestion *question = FindMatching(aFullName.AsCString()); in Contains() local
192 VerifyOrExit(question != nullptr); in Contains()
193 VerifyOrExit(question->mType == aRrType); in Contains()
194 VerifyOrExit(question->mClass == ResourceRecord::kClassInternet); in Contains()
195 VerifyOrExit(question->mUnicastResponse == aUnicastResponse); in Contains()
[all …]
/openthread-3.7.0/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-3.7.0/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 …