Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dthread_ftd.h452 otError otThreadSetChildRouterLinks(otInstance *aInstance, uint8_t aChildRouterLinks);
/openthread-3.6.0/src/core/api/
Dthread_ftd_api.cpp163 otError otThreadSetChildRouterLinks(otInstance *aInstance, uint8_t aChildRouterLinks) in otThreadSetChildRouterLinks() function
/openthread-3.6.0/src/cli/
Dcli.cpp6468 return ProcessGetSet(aArgs, otThreadGetChildRouterLinks, otThreadSetChildRouterLinks); in Process()