Home
last modified time | relevance | path

Searched refs:otBorderRoutingSetEnabled (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/include/openthread/
Dborder_routing.h204 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/cli/
Dcli_br.cpp86 error = otBorderRoutingSetEnabled(GetInstancePtr(), true); in Process()
107 error = otBorderRoutingSetEnabled(GetInstancePtr(), false); in Process()
/openthread-latest/src/core/api/
Dborder_routing_api.cpp47 otError otBorderRoutingSetEnabled(otInstance *aInstance, bool aEnabled) in otBorderRoutingSetEnabled() function
/openthread-latest/src/posix/platform/
Dinfra_if.cpp466 SuccessOrDie(otBorderRoutingSetEnabled(gInstance, /* aEnabled */ true)); in SetUp()
484 IgnoreError(otBorderRoutingSetEnabled(gInstance, false)); in TearDown()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1428 IgnoreError(otBorderRoutingSetEnabled(mInstance, /* aEnabled */ false)); in HandlePropertySet()
1430 SuccessOrExit(error = otBorderRoutingSetEnabled(mInstance, /* aEnabled */ true)); in HandlePropertySet()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp1192 SuccessOrQuit(otBorderRoutingSetEnabled(sInstance, aEnablBorderRouting)); in InitTest()
4341 SuccessOrQuit(otBorderRoutingSetEnabled(sInstance, false)); in TestBorderRoutingProcessPlatfromGeneratedNd()