Searched refs:aPrefixBytes (Results 1 – 2 of 2) sorted by relevance
81 bool Prefix::IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const in IsEqual() argument83 …return (mLength == aPrefixLength) && (MatchLength(GetBytes(), aPrefixBytes, GetBytesSize()) >= mLe… in IsEqual()
225 bool IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const;