Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_address.cpp81 bool Prefix::IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const in IsEqual() argument
83 …return (mLength == aPrefixLength) && (MatchLength(GetBytes(), aPrefixBytes, GetBytesSize()) >= mLe… in IsEqual()
Dip6_address.hpp225 bool IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const;