Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dthread_ftd_api.cpp160 otError otThreadSetChildRouterLinks(otInstance *aInstance, uint8_t aChildRouterLinks) in otThreadSetChildRouterLinks() argument
162 return AsCoreType(aInstance).Get<Mle::MleRouter>().SetChildRouterLinks(aChildRouterLinks); in otThreadSetChildRouterLinks()
/openthread-latest/include/openthread/
Dthread_ftd.h423 otError otThreadSetChildRouterLinks(otInstance *aInstance, uint8_t aChildRouterLinks);
/openthread-latest/src/core/thread/
Dmle_router.hpp317 Error SetChildRouterLinks(uint8_t aChildRouterLinks);
Dmle_router.cpp3493 Error MleRouter::SetChildRouterLinks(uint8_t aChildRouterLinks) in SetChildRouterLinks() argument
3498 mChildRouterLinks = aChildRouterLinks; in SetChildRouterLinks()