Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h477 const otIp6Address *otThreadGetRloc(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp146 const otIp6Address *otThreadGetRloc(otInstance *aInstance) in otThreadGetRloc() function
/openthread-latest/src/cli/
Dcli.cpp3396 OutputIp6AddressLine(*otThreadGetRloc(GetInstancePtr())); in Process()