Home
last modified time | relevance | path

Searched refs:otBorderRouterGetNextOnMeshPrefix (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dborder_router.h106 otError otBorderRouterGetNextOnMeshPrefix(otInstance *aInstance,
/openthread-latest/src/core/api/
Dborder_router_api.cpp84 otError otBorderRouterGetNextOnMeshPrefix(otInstance *aInstance, in otBorderRouterGetNextOnMeshPrefix() function
/openthread-latest/src/cli/
Dcli_network_data.cpp580 error = otBorderRouterGetNextOnMeshPrefix(GetInstancePtr(), aIterator, aConfig); in GetNextPrefix()
Dcli.cpp5397 … while (otBorderRouterGetNextOnMeshPrefix(GetInstancePtr(), &iterator, &config) == OT_ERROR_NONE) in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp969 … while (otBorderRouterGetNextOnMeshPrefix(mInstance, &iter, &borderRouterConfig) == OT_ERROR_NONE) in HandlePropertyGet()