Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h486 const otIp6Address *otThreadGetMeshLocalEid(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp151 const otIp6Address *otThreadGetMeshLocalEid(otInstance *aInstance) in otThreadGetMeshLocalEid() function
/openthread-latest/src/cli/
Dcli.cpp3410 OutputIp6AddressLine(*otThreadGetMeshLocalEid(GetInstancePtr())); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1989 const otIp6Address *ml64 = otThreadGetMeshLocalEid(mInstance); in HandlePropertyGet()