Searched refs:PrefixMatch (Results 1 – 6 of 6) sorted by relevance
219 return AsCoreType(aFirst).PrefixMatch(AsCoreType(aSecond)); in otIp6PrefixMatch()
989 uint8_t PrefixMatch(const Address &aOther) const;
569 if (idAssociation.mNetifAddress.GetAddress().PrefixMatch(option.GetAddress()) >= in ProcessIaAddress()
479 uint8_t Address::PrefixMatch(const Address &aOther) const in PrefixMatch() function in ot::Ip6::Address
1308 matchLen = aDestination.PrefixMatch(addr.GetAddress()); in SelectSourceAddress()1387 if (unicastAddr.GetAddress().PrefixMatch(aAddress) >= unicastAddr.mPrefixLength) in IsOnLink()
116 if (aAddress.PrefixMatch(slaacAddr.GetAddress()) >= Ip6::NetworkPrefix::kLength) in FindDomainIdFor()