Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dthread_ftd.h867 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId);
/openthread-3.6.0/src/core/api/
Dthread_ftd_api.cpp391 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId) in otThreadGetRouterIdRange() function
/openthread-3.6.0/src/cli/
Dcli.cpp5488 otThreadGetRouterIdRange(GetInstancePtr(), &minRouterId, &maxRouterId); in Process()