Searched refs:IsEqual (Results 1 – 5 of 5) sorted by relevance
475 VerifyOrQuit(prefix.IsEqual(prefixBytes, prefixLength)); in TestIp6Prefix()494 VerifyOrQuit(prefix.IsEqual(subPrefix.GetBytes(), subPrefix.GetLength())); in TestIp6Prefix()500 VerifyOrQuit(!prefix.IsEqual(subPrefix.GetBytes(), subPrefix.GetLength())); in TestIp6Prefix()
726 …bool IsEqual(Ip6::Prefix &aPrefix) const { return aPrefix.IsEqual(GetPrefix(), GetPrefixLength());… in IsEqual() function in ot::NetworkData::PrefixTlv738 bool IsEqual(const uint8_t *aPrefix, uint8_t aPrefixLength) const in IsEqual() function in ot::NetworkData::PrefixTlv
415 if (prefixTlv->IsEqual(aPrefix, aPrefixLength)) in FindPrefix()
225 bool IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const;
81 bool Prefix::IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const in IsEqual() function in ot::Ip6::Prefix