Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Ddata.cpp38 bool DataUtils::MatchBytes(const uint8_t *aFirstBuffer, in MatchBytes() argument
47 matches = (memcmp(aFirstBuffer, aSecondBuffer, aLength) == 0); in MatchBytes()
53 VerifyOrExit(aMatcher(*aFirstBuffer++, *aSecondBuffer++), matches = false); in MatchBytes()
Ddata.hpp83 static bool MatchBytes(const uint8_t *aFirstBuffer,