Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1346 bool ParseQuestionNameAsSubType(const Question &aQuestion,
Dmdns.cpp3753 isSubType = ParseQuestionNameAsSubType(aQuestion, subLabel, baseType); in ProcessQuestion()
3840 if (ParseQuestionNameAsSubType(aQuestion, labelBuffer, baseType)) in AnswerServiceTypeQuestion()
3926 bool Core::RxMessage::ParseQuestionNameAsSubType(const Question &aQuestion, in ParseQuestionNameAsSubType() function in ot::Dns::Multicast::Core::RxMessage