Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtcp.h567 OT_TCP_INCOMING_CONNECTION_ACTION_ACCEPT, ///< Accept the incoming connection. enumerator
/openthread-latest/src/cli/
Dcli_tcp.cpp1062 action = OT_TCP_INCOMING_CONNECTION_ACTION_ACCEPT; in HandleTcpAcceptReady()
/openthread-latest/src/core/net/
Dtcp6.cpp1007 case OT_TCP_INCOMING_CONNECTION_ACTION_ACCEPT: in tcplp_sys_accept_ready()