Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_router.h93 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix);
/openthread-latest/src/core/api/
Dborder_router_api.cpp68 otError otBorderRouterRemoveOnMeshPrefix(otInstance *aInstance, const otIp6Prefix *aPrefix) in otBorderRouterRemoveOnMeshPrefix() function
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp1455 SuccessOrQuit(otBorderRouterRemoveOnMeshPrefix(sInstance, &omrPrefix)); in TestOmrSelection()
1606 SuccessOrQuit(otBorderRouterRemoveOnMeshPrefix(sInstance, &omrPrefix)); in TestDefaultRoute()
1772 SuccessOrQuit(otBorderRouterRemoveOnMeshPrefix(sInstance, &omrPrefix)); in TestAdvNonUlaRoute()
2221 SuccessOrQuit(otBorderRouterRemoveOnMeshPrefix(sInstance, &domainPrefix)); in TestDomainPrefixAsOmr()
/openthread-latest/src/cli/
Dcli.cpp5448 error = otBorderRouterRemoveOnMeshPrefix(GetInstancePtr(), &prefix); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1051 error = otBorderRouterRemoveOnMeshPrefix(mInstance, &ip6Prefix); in HandlePropertyRemove()