Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp110 matches = CompareAndSkipLabels(namePtr, aFirstLabel, kLabelSeparatorChar); in Matches()
114 matches = CompareAndSkipLabels(namePtr, aLabels, kLabelSeparatorChar); in Matches()
117 matches = CompareAndSkipLabels(namePtr, aDomain, kNullChar); in Matches()
137 bool Name::CompareAndSkipLabels(const char *&aNamePtr, const char *aLabels, char aExpectedNextChar) in CompareAndSkipLabels() function in ot::Dns::Name
Ddns_types.hpp1090 …static bool CompareAndSkipLabels(const char *&aNamePtr, const char *aLabels, char aExpectedNextCh…