Searched refs:otBorderRoutingSetEnabled (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/include/openthread/ |
D | border_routing.h | 204 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled);
|
/openthread-latest/src/cli/ |
D | cli_br.cpp | 86 error = otBorderRoutingSetEnabled(GetInstancePtr(), true); in Process() 107 error = otBorderRoutingSetEnabled(GetInstancePtr(), false); in Process()
|
/openthread-latest/src/core/api/ |
D | border_routing_api.cpp | 47 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled() function
|
/openthread-latest/src/posix/platform/ |
D | infra_if.cpp | 466 SuccessOrDie(otBorderRoutingSetEnabled(gInstance, /* aEnabled */ true)); in SetUp() 484 IgnoreError(otBorderRoutingSetEnabled(gInstance, false)); in TearDown()
|
/openthread-latest/src/ncp/ |
D | ncp_base_ftd.cpp | 1428 IgnoreError(otBorderRoutingSetEnabled(mInstance, /* aEnabled */ false)); in HandlePropertySet() 1430 SuccessOrExit(error = otBorderRoutingSetEnabled(mInstance, /* aEnabled */ true)); in HandlePropertySet()
|
/openthread-latest/tests/unit/ |
D | test_routing_manager.cpp | 1192 SuccessOrQuit(otBorderRoutingSetEnabled(sInstance, aEnablBorderRouting)); in InitTest() 4341 SuccessOrQuit(otBorderRoutingSetEnabled(sInstance, false)); in TestBorderRoutingProcessPlatfromGeneratedNd()
|