Searched refs:CompareAndSkipLabels (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/net/ |
D | dns_types.cpp | 110 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
|
D | dns_types.hpp | 1090 …static bool CompareAndSkipLabels(const char *&aNamePtr, const char *aLabels, char aExpectedNextCh…
|