Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/backbone_router/
Dndproxy_table.cpp60 mMeshLocalIid = aMeshLocalIid; in Init()
160 VerifyOrExit(proxy->mMeshLocalIid == aMeshLocalIid, error = kErrorDuplicated); in Register()
204 found ? found->mMeshLocalIid.ToString().AsCString() : "NOT_FOUND"); in FindByAddressIid()
214 if (proxy.mMeshLocalIid == aMeshLocalIid) in FindByMeshLocalIid()
337 aNdProxyInfo.mMeshLocalIid = &proxy.mMeshLocalIid; in GetInfo()
Dndproxy_table.hpp93 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid()
135 Ip6::InterfaceIdentifier mMeshLocalIid; member in ot::BackboneRouter::NdProxyTable::NdProxy
/openthread-3.4.0/src/core/thread/
Dtopology.cpp343 mMeshLocalIid.Clear(); in ClearIp6Addresses()
368 VerifyOrExit(!mMeshLocalIid.IsUnspecified(), error = kErrorNotFound); in GetMeshLocalIp6Address()
371 aAddress.SetIid(mMeshLocalIid); in GetMeshLocalIp6Address()
385 VerifyOrExit(mMeshLocalIid.IsUnspecified(), error = kErrorAlready); in AddIp6Address()
386 mMeshLocalIid = aAddress.GetIid(); in AddIp6Address()
416 if (aAddress.GetIid() == mMeshLocalIid) in RemoveIp6Address()
418 mMeshLocalIid.Clear(); in RemoveIp6Address()
457 retval = (aAddress.GetIid() == mMeshLocalIid); in HasIp6Address()
Daddress_resolver.hpp269 …const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mInfo.mCached.mMeshLocalIid; } in GetMeshLocalIid()
270 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aIid) { mInfo.mCached.mMeshLocalIid = aIid; } in SetMeshLocalIid()
303 Ip6::InterfaceIdentifier mMeshLocalIid; member
Dtopology.hpp1080 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid()
1345 …Ip6::InterfaceIdentifier mMeshLocalIid; ///< IPv6 address IID for mesh-local addre… member in ot::Child
/openthread-3.4.0/include/openthread/
Dbackbone_router_ftd.h379 otIp6InterfaceIdentifier *mMeshLocalIid; ///< Mesh-local IID member