Searched refs:mMeshLocalIid (Results 1 – 6 of 6) sorted by relevance
60 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()
93 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid()135 Ip6::InterfaceIdentifier mMeshLocalIid; member in ot::BackboneRouter::NdProxyTable::NdProxy
343 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()
269 …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
1080 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
379 otIp6InterfaceIdentifier *mMeshLocalIid; ///< Mesh-local IID member