Home
last modified time | relevance | path

Searched refs:OT_BORDER_ROUTING_STATE_DISABLED (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dborder_routing.h155 OT_BORDER_ROUTING_STATE_DISABLED, ///< Routing Manager is initialized but disabled. enumerator
/openthread-latest/src/cli/
Dcli_br.cpp135 static_assert(1 == OT_BORDER_ROUTING_STATE_DISABLED, "STATE_DISABLED value is incorrect"); in Process()
/openthread-latest/src/posix/platform/
Dinfra_if.cpp810 …yOrDie(state == OT_BORDER_ROUTING_STATE_UNINITIALIZED || state == OT_BORDER_ROUTING_STATE_DISABLED, in SetInfraNetifIcmp6SocketForBorderRouting()
/openthread-latest/src/core/border_router/
Drouting_manager.hpp135 kStateDisabled = OT_BORDER_ROUTING_STATE_DISABLED, ///< Initialized but disabled.