Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1123 bool Matches(const char *aLabel) const { return NameMatch(mLabel, aLabel); } in Matches()
1128 Heap::String mLabel; member in ot::Dns::Multicast::Core::ServiceEntry::SubType
Dmdns.cpp2477 … const SubType *otherSubType = other.mSubTypes.FindMatching(subType.mLabel.AsCString()); in DiscoverOffsetsAndHost()
2721 …outcome = aTxMessage.AppendLabel(aSection, aSubType.mLabel.AsCString(), aSubType.mSubServiceNameOf… in AppendSubServiceNameTo()
2755 SuccessOrAssert(aIterator.mSubTypeArray.PushBack(subType.mLabel.AsCString())); in CopyInfoTo()
2798 return mLabel.Set(aLabel); in Init()
2814 if (NameMatch(mLabel, aService.mSubTypeLabels[i])) in IsContainedIn()