Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dthread_ftd.h373 otError otThreadReleaseRouterId(otInstance *aInstance, uint8_t aRouterId);
/openthread-2.7.6/src/core/api/
Dthread_ftd_api.cpp187 otError otThreadReleaseRouterId(otInstance *aInstance, uint8_t aRouterId) in otThreadReleaseRouterId() function
/openthread-2.7.6/src/ncp/
Dncp_base_ftd.cpp1146 error = otThreadReleaseRouterId(mInstance, routerId); in HandlePropertyRemove()
/openthread-2.7.6/src/cli/
Dcli.cpp3540 return ProcessSet(aArgs, otThreadReleaseRouterId); in ProcessReleaseRouterId()