Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h653 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp261 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance) in otThreadGetFixedDuaInterfaceIdentifier() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp360 const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(mInstance); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1070 … const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(GetInstancePtr()); in Process()