Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp644 bool Name::LabelIterator::CaseInsensitiveMatch(uint8_t aFirst, uint8_t aSecond) in CaseInsensitiveMatch() function in ot::Dns::Name::LabelIterator
662 matches = mMessage.CompareBytes(mLabelStartOffset, aName, mLabelLength, CaseInsensitiveMatch); in CompareLabel()
691 mLabelLength, CaseInsensitiveMatch); in CompareLabel()
Ddns_types.hpp1073 static bool CaseInsensitiveMatch(uint8_t aFirst, uint8_t aSecond);