Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtcp.h568 OT_TCP_INCOMING_CONNECTION_ACTION_DEFER, ///< Defer (silently ignore) the incoming connection. enumerator
/openthread-latest/src/cli/
Dcli_tcp.cpp1058 ExitNow(action = OT_TCP_INCOMING_CONNECTION_ACTION_DEFER); in HandleTcpAcceptReady()
/openthread-latest/src/core/net/
Dtcp6.cpp1023 case OT_TCP_INCOMING_CONNECTION_ACTION_DEFER: in tcplp_sys_accept_ready()