Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild.cpp130 mMeshLocalIid.Clear(); in ClearIp6Addresses()
155 VerifyOrExit(!mMeshLocalIid.IsUnspecified(), error = kErrorNotFound); in GetMeshLocalIp6Address()
158 aAddress.SetIid(mMeshLocalIid); in GetMeshLocalIp6Address()
195 VerifyOrExit(mMeshLocalIid.IsUnspecified(), error = kErrorAlready); in AddIp6Address()
196 mMeshLocalIid = aAddress.GetIid(); in AddIp6Address()
214 if (aAddress.GetIid() == mMeshLocalIid) in RemoveIp6Address()
216 mMeshLocalIid.Clear(); in RemoveIp6Address()
258 hasAddress = (aAddress.GetIid() == mMeshLocalIid); in HasIp6Address()
Dchild.hpp169 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid()
372 Ip6::InterfaceIdentifier mMeshLocalIid; member in ot::Child
Daddress_resolver.hpp257 …const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mInfo.mCached.mMeshLocalIid; } in GetMeshLocalIid()
258 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aIid) { mInfo.mCached.mMeshLocalIid = aIid; } in SetMeshLocalIid()
302 Ip6::InterfaceIdentifier mMeshLocalIid; member
/openthread-latest/src/core/backbone_router/
Dndproxy_table.cpp60 mMeshLocalIid = aMeshLocalIid; in Init()
159 VerifyOrExit(proxy->mMeshLocalIid == aMeshLocalIid, error = kErrorDuplicated); in Register()
203 found ? found->mMeshLocalIid.ToString().AsCString() : "NOT_FOUND"); in FindByAddressIid()
213 if (proxy.mMeshLocalIid == aMeshLocalIid) in FindByMeshLocalIid()
336 aNdProxyInfo.mMeshLocalIid = &proxy.mMeshLocalIid; in GetInfo()
Dndproxy_table.hpp91 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid()
132 Ip6::InterfaceIdentifier mMeshLocalIid; member in ot::BackboneRouter::NdProxyTable::NdProxy
/openthread-latest/include/openthread/
Dbackbone_router_ftd.h354 otIp6InterfaceIdentifier *mMeshLocalIid; ///< Mesh-local IID member