Searched refs:otThreadGetRouterInfo (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/include/openthread/ |
D | thread_ftd.h | 645 otError otThreadGetRouterInfo(otInstance *aInstance, uint16_t aRouterId, otRouterInfo *aRouterInfo);
|
/openthread-latest/src/core/api/ |
D | thread_ftd_api.cpp | 270 otError otThreadGetRouterInfo(otInstance *aInstance, uint16_t aRouterId, otRouterInfo *aRouterInfo) in otThreadGetRouterInfo() function
|
/openthread-latest/src/ncp/ |
D | ncp_base_ftd.cpp | 241 …if ((otThreadGetRouterInfo(mInstance, routerId, &routerInfo) != OT_ERROR_NONE) || !routerInfo.mAll… in HandlePropertyGet()
|
/openthread-latest/src/cli/ |
D | cli.cpp | 6202 if (otThreadGetRouterInfo(GetInstancePtr(), i, &routerInfo) != OT_ERROR_NONE) in Process() 6267 SuccessOrExit(error = otThreadGetRouterInfo(GetInstancePtr(), routerId, &routerInfo)); in Process()
|