Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h631 uint8_t otThreadGetMaxRouterId(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp264 uint8_t otThreadGetMaxRouterId(otInstance *aInstance) in otThreadGetMaxRouterId() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp237 maxRouterId = otThreadGetMaxRouterId(mInstance); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp6198 maxRouterId = otThreadGetMaxRouterId(GetInstancePtr()); in Process()