Home
last modified time | relevance | path

Searched refs:PrefixMatch (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/net/
Dip6_address.hpp894 uint8_t PrefixMatch(const Address &aOther) const;
Ddhcp6_client.cpp561 if (idAssociation.mNetifAddress.GetAddress().PrefixMatch(option.GetAddress()) >= in ProcessIaAddress()
Dip6_address.cpp468 uint8_t Address::PrefixMatch(const Address &aOther) const in PrefixMatch() function in ot::Ip6::Address
Dip6.cpp1290 matchLen = aDestination.PrefixMatch(addr.GetAddress()); in SelectSourceAddress()
1369 if (unicastAddr.GetAddress().PrefixMatch(aAddress) >= unicastAddr.mPrefixLength) in IsOnLink()
/openthread-latest/src/core/api/
Dip6_api.cpp212 return AsCoreType(aFirst).PrefixMatch(AsCoreType(aSecond)); in otIp6PrefixMatch()
/openthread-latest/src/core/utils/
Dslaac_address.cpp108 if (aAddress.PrefixMatch(slaacAddr.GetAddress()) >= Ip6::NetworkPrefix::kLength) in FindDomainIdFor()