Home
last modified time | relevance | path

Searched defs:aIid (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/thread/
Daddress_resolver.hpp237 … void SetMeshLocalIid(const Ip6::InterfaceIdentifier &aIid) { mInfo.mCached.mMeshLocalIid = aIid; } in SetMeshLocalIid()
Ddua_manager.cpp171 Error DuaManager::SetFixedDuaInterfaceIdentifier(const Ip6::InterfaceIdentifier &aIid) in SetFixedDuaInterfaceIdentifier()
Dmle_tlvs.hpp1040 void SetIid(const Ip6::InterfaceIdentifier &aIid) { mIid = aIid; } in SetIid()
/external/openthread/src/core/net/
Dip6_address.hpp919 void SetIid(const InterfaceIdentifier &aIid) { GetIid() = aIid; } in SetIid()
Dip6_address.cpp291 void Address::SetToLinkLocalAddress(const InterfaceIdentifier &aIid) in SetToLinkLocalAddress()
/external/openthread/src/core/api/
Dip6_api.cpp272 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otIp6SetMeshLocalIid()
Dthread_api.cpp235 …otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otThreadSetFixedDuaInterfaceIdentifier()