Home
last modified time | relevance | path

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

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