Home
last modified time | relevance | path

Searched refs:QuestionMatches (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.cpp445 bool Core::QuestionMatches(uint16_t aQuestionRrType, uint16_t aRrType) in QuestionMatches() function in ot::Dns::Multicast::Core
1214 if (QuestionMatches(aInfo.mQuestionRrType, aRecords[index].mType)) in AnswerNonProbe()
3696 VerifyOrExit(QuestionMatches(aQuestion.mRrType, ResourceRecord::kTypePtr)); in ProcessQuestion()
3751 VerifyOrExit(QuestionMatches(aQuestion.mRrType, ResourceRecord::kTypePtr)); in ProcessQuestion()
Dmdns.hpp1972 static bool QuestionMatches(uint16_t aQuestionRrType, uint16_t aRrType);