Home
last modified time | relevance | path

Searched refs:OT_SRP_SERVER_STATE_STOPPED (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/include/openthread/
Dsrp_server.h84 OT_SRP_SERVER_STATE_STOPPED = 2, ///< The SRP server is enabled but stopped. enumerator
/openthread-3.5.0/src/cli/
Dcli_srp_server.cpp132 … static_assert(2 == OT_SRP_SERVER_STATE_STOPPED, "OT_SRP_SERVER_STATE_STOPPED value is incorrect"); in Process()
/openthread-3.5.0/src/core/net/
Dsrp_server.hpp172 kStateStopped = OT_SRP_SERVER_STATE_STOPPED, ///< Server is enabled but stopped.