Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1972 static bool QuestionMatches(uint16_t aQuestionRrType, uint16_t aRrType);
Dmdns.cpp445 bool Core::QuestionMatches(uint16_t aQuestionRrType, uint16_t aRrType) in QuestionMatches() argument
447 return (aQuestionRrType == aRrType) || (aQuestionRrType == ResourceRecord::kTypeAny); in QuestionMatches()