HomeSort by: relevance | last modified time | path
    Searched refs:TCPS_CLOSE_WAIT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
tcp_fsm.h 50 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */
51 /* states > TCPS_CLOSE_WAIT are those where user has closed */
55 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
62 ((s) == TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && (s) != TCPS_FIN_WAIT_2))
tcp_timer.c 547 tp->t_state <= TCPS_CLOSE_WAIT) {
tcp_input.c 2270 tp->t_state > TCPS_CLOSE_WAIT && tlen) {
2381 case TCPS_CLOSE_WAIT:
2464 case TCPS_CLOSE_WAIT:
2818 tp->t_state = TCPS_CLOSE_WAIT;
tcp_usrreq.c 186 tp->t_state <= TCPS_CLOSE_WAIT) {
1193 case TCPS_CLOSE_WAIT:

Completed in 41 milliseconds