Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1100 bool CanAnswerSubType(const char *aSubLabel) const;
Dmdns.cpp1917 bool Core::ServiceEntry::CanAnswerSubType(const char *aSubLabel) const in CanAnswerSubType() function in ot::Dns::Multicast::Core::ServiceEntry
3767 if (isSubType && !serviceEntry.CanAnswerSubType(subLabel)) in ProcessQuestion()
3859 if ((subLabel != nullptr) && !serviceEntry->CanAnswerSubType(subLabel)) in AnswerServiceTypeQuestion()