Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h887 bool otThreadIsRouterIdAllocated(otInstance *aInstance, uint8_t aRouterId);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp392 bool otThreadIsRouterIdAllocated(otInstance *aInstance, uint8_t aRouterId) in otThreadIsRouterIdAllocated() function
/openthread-latest/src/cli/
Dcli.cpp5007 if (!otThreadIsRouterIdAllocated(GetInstancePtr(), routerId)) in Process()