Home
last modified time | relevance | path

Searched defs:SetMeshLocalIid (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Daddress_resolver.hpp258 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aIid) { mInfo.mCached.mMeshLocalIid = aIid; } in SetMeshLocalIid() function in ot::AddressResolver::CacheEntry
Dmle.cpp949 Error Mle::SetMeshLocalIid(const Ip6::InterfaceIdentifier &aMlIid) in SetMeshLocalIid() function in ot::Mle::Mle
/openthread-latest/src/core/common/
Dsettings.hpp283 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aMeshLocalIid) { mMlIid = aMeshLocalIid; } in SetMeshLocalIid() function in ot::SettingsBase::NetworkInfo