Home
last modified time | relevance | path

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

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