Home
last modified time | relevance | path

Searched refs:IsEqual (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ip_address.cpp475 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()
/openthread-latest/src/core/thread/
Dnetwork_data_tlvs.hpp726 …bool IsEqual(Ip6::Prefix &aPrefix) const { return aPrefix.IsEqual(GetPrefix(), GetPrefixLength());… in IsEqual() function in ot::NetworkData::PrefixTlv
738 bool IsEqual(const uint8_t *aPrefix, uint8_t aPrefixLength) const in IsEqual() function in ot::NetworkData::PrefixTlv
Dnetwork_data.cpp415 if (prefixTlv->IsEqual(aPrefix, aPrefixLength)) in FindPrefix()
/openthread-latest/src/core/net/
Dip6_address.hpp225 bool IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const;
Dip6_address.cpp81 bool Prefix::IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const in IsEqual() function in ot::Ip6::Prefix