Home
last modified time | relevance | path

Searched refs:otIp6SetMeshLocalIid (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dip6.h799 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid);
/openthread-latest/src/core/api/
Dip6_api.cpp267 otError otIp6SetMeshLocalIid(otInstance *aInstance, const otIp6InterfaceIdentifier *aIid) in otIp6SetMeshLocalIid() function
/openthread-latest/src/cli/
Dcli.cpp4109 SuccessOrExit(error = otIp6SetMeshLocalIid(GetInstancePtr(), &iid)); in Process()