Searched refs:question (Results 1 – 11 of 11) sorted by relevance
/openthread-3.7.0/tests/scripts/thread-cert/border_router/ |
D | test_dnssd_instance_name_with_space.py | 154 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)
|
D | test_dnssd_server.py | 282 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)
|
D | test_dnssd_server_multi_border_routers.py | 362 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/ |
D | dnssd_server.cpp | 301 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()
|
D | mdns.cpp | 1243 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/ |
D | test_mdns.cpp | 167 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/ |
D | psa-limitations.md | 317 There's no question about what to do with TLS (any version); the only question
|
D | strategy.md | 481 An question that needs careful consideration when we come around to removing
|
D | psa-legacy-bridges.md | 15 * [OPEN] Open question: a specific aspect of the design where there are several plausible decisions.
|
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-3.7.0/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 273 **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 …
|