Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h410 uint8_t otThreadGetChildRouterLinks(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp155 uint8_t otThreadGetChildRouterLinks(otInstance *aInstance) in otThreadGetChildRouterLinks() function
/openthread-latest/src/cli/
Dcli.cpp6055 return ProcessGetSet(aArgs, otThreadGetChildRouterLinks, otThreadSetChildRouterLinks); in Process()