Searched refs:aQuestionRrType (Results 1 – 2 of 2) sorted by relevance
1972 static bool QuestionMatches(uint16_t aQuestionRrType, uint16_t aRrType);
445 bool Core::QuestionMatches(uint16_t aQuestionRrType, uint16_t aRrType) in QuestionMatches() argument447 return (aQuestionRrType == aRrType) || (aQuestionRrType == ResourceRecord::kTypeAny); in QuestionMatches()