Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dthread.h389 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc);
/openthread-3.4.0/src/core/api/
Dthread_api.cpp80 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc) in otThreadGetLeaderRloc() function
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp766 error = otThreadGetLeaderRloc(mInstance, &address); in HandlePropertyGet()