Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fsm.h50 #define TCPS_LISTEN 1 /* listening for connection */ macro
67 #define TCP6S_LISTEN TCPS_LISTEN
Dtcp_usrreq.c452 case TCPS_LISTEN: in tcp_usrclosed()
Dtcp_input.c966 } else if (tp->t_state == TCPS_LISTEN) { in tcp_input()
1050 KASSERT(tp->t_state > TCPS_LISTEN, ("%s: TCPS_LISTEN", in tcp_do_segment()