Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dip6_api.cpp219 return AsCoreType(aFirst).PrefixMatch(AsCoreType(aSecond)); in otIp6PrefixMatch()
/openthread-latest/src/core/net/
Dip6_address.hpp989 uint8_t PrefixMatch(const Address &aOther) const;
Ddhcp6_client.cpp569 if (idAssociation.mNetifAddress.GetAddress().PrefixMatch(option.GetAddress()) >= in ProcessIaAddress()
Dip6_address.cpp479 uint8_t Address::PrefixMatch(const Address &aOther) const in PrefixMatch() function in ot::Ip6::Address
Dip6.cpp1308 matchLen = aDestination.PrefixMatch(addr.GetAddress()); in SelectSourceAddress()
1387 if (unicastAddr.GetAddress().PrefixMatch(aAddress) >= unicastAddr.mPrefixLength) in IsOnLink()
/openthread-latest/src/core/utils/
Dslaac_address.cpp116 if (aAddress.PrefixMatch(slaacAddr.GetAddress()) >= Ip6::NetworkPrefix::kLength) in FindDomainIdFor()