Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dthread_ftd.h907 bool otThreadIsRouterIdAllocated(otInstance *aInstance, uint8_t aRouterId);
/openthread-3.6.0/src/core/api/
Dthread_ftd_api.cpp411 bool otThreadIsRouterIdAllocated(otInstance *aInstance, uint8_t aRouterId) in otThreadIsRouterIdAllocated() function
/openthread-3.6.0/src/cli/
Dcli.cpp4856 if (!otThreadIsRouterIdAllocated(GetInstancePtr(), routerId)) in Process()