Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtcp.h189 OT_TCP_DISCONNECTED_REASON_TIME_WAIT, enumerator
/openthread-latest/src/cli/
Dcli_tcp.cpp1018 …static_assert(3 == OT_TCP_DISCONNECTED_REASON_TIME_WAIT, "OT_TCP_DISCONNECTED_REASON_TIME_WAIT val… in HandleTcpDisconnected()
/openthread-latest/src/core/net/
Dtcp6.cpp745 aEndpoint.mDisconnectedCallback(&aEndpoint, OT_TCP_DISCONNECTED_REASON_TIME_WAIT); in ProcessSignals()