Home
last modified time | relevance | path

Searched refs:otThreadSetFixedDuaInterfaceIdentifier (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h667 otError otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifie…
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp385 SuccessOrExit(error = otThreadSetFixedDuaInterfaceIdentifier(mInstance, nullptr)); in HandlePropertySet()
396 SuccessOrExit(error = otThreadSetFixedDuaInterfaceIdentifier(mInstance, &iid)); in HandlePropertySet()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp251 otError otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifie… in otThreadSetFixedDuaInterfaceIdentifier() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp1017 error = otThreadSetFixedDuaInterfaceIdentifier(GetInstancePtr(), nullptr); in Process()
1024 error = otThreadSetFixedDuaInterfaceIdentifier(GetInstancePtr(), &iid); in Process()