Searched refs:TCPS_LISTEN (Results 1 – 3 of 3) sorted by relevance
50 #define TCPS_LISTEN 1 /* listening for connection */ macro67 #define TCP6S_LISTEN TCPS_LISTEN
452 case TCPS_LISTEN: in tcp_usrclosed()
966 } else if (tp->t_state == TCPS_LISTEN) { in tcp_input()1050 KASSERT(tp->t_state > TCPS_LISTEN, ("%s: TCPS_LISTEN", in tcp_do_segment()