Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp1372 bool ParseQuestionNameAsSubType(const Question &aQuestion,
H A Dmdns.cpp3589 isSubType = ParseQuestionNameAsSubType(aQuestion, subLabel, baseType); in ProcessQuestion()
3675 if (ParseQuestionNameAsSubType(aQuestion, labelBuffer, baseType)) in AnswerServiceTypeQuestion()
3761 bool Core::RxMessage::ParseQuestionNameAsSubType(const Question &aQuestion, in ParseQuestionNameAsSubType() function in ot::Dns::Multicast::Core::RxMessage