Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h386 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc);
/openthread-latest/src/core/api/
Dthread_api.cpp74 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc) in otThreadGetLeaderRloc() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp769 error = otThreadGetLeaderRloc(mInstance, &address); in HandlePropertyGet()