Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dslaac_address.cpp97 Error Slaac::FindDomainIdFor(const Ip6::Address &aAddress, uint8_t &aDomainId) const in FindDomainIdFor() function in ot::Utils::Slaac
348 IgnoreError(Get<NetworkData::Leader>().FindDomainIdFor(aConfig.GetPrefix(), domainId)); in AddAddressFor()
Dslaac_address.hpp151 Error FindDomainIdFor(const Ip6::Address &aAddress, uint8_t &aDomainId) const;
/openthread-latest/src/core/thread/
Dnetwork_data.hpp315 Error FindDomainIdFor(const Ip6::Prefix &aPrefix, uint8_t &aDomainId) const;
Dnetwork_data.cpp587 Error NetworkData::FindDomainIdFor(const Ip6::Prefix &aPrefix, uint8_t &aDomainId) const in FindDomainIdFor() function in ot::NetworkData::NetworkData
Dnetwork_data_leader.cpp306 if (Get<Utils::Slaac>().FindDomainIdFor(aSource, domainId) == kErrorNone) in RouteLookup()