Home
last modified time | relevance | path

Searched defs:IsEqual (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dnetwork_data_tlvs.hpp718 …bool IsEqual(Ip6::Prefix &aPrefix) const { return aPrefix.IsEqual(GetPrefix(), GetPrefixLength());… in IsEqual() function in ot::NetworkData::PrefixTlv
730 bool IsEqual(const uint8_t *aPrefix, uint8_t aPrefixLength) const in IsEqual() function in ot::NetworkData::PrefixTlv
/openthread-3.4.0/src/core/net/
Dip6_address.cpp82 bool Prefix::IsEqual(const uint8_t *aPrefixBytes, uint8_t aPrefixLength) const in IsEqual() function in ot::Ip6::Prefix