Home
last modified time | relevance | path

Searched refs:TCP6S_TIME_WAIT (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fsm.h76 #define TCP6S_TIME_WAIT TCPS_TIME_WAIT macro
Dtcp_usrreq.c522 if (tp->t_state != TCP6S_TIME_WAIT && in tcp_usr_abort()
Dtcp_timer.c288 if (tp->t_state == TCP6S_TIME_WAIT) { in tcp_timer_2msl()
Dtcp_input.c587 if (tp && tp->t_state == TCP6S_TIME_WAIT) { in tcp_input()
/openthread-latest/src/core/net/
Dtcp6.cpp743 if (aEndpoint.GetTcb().t_state == TCP6S_TIME_WAIT && aEndpoint.mDisconnectedCallback != nullptr) in ProcessSignals()