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

  /src/sys/netinet/
tcp_fsm.h 55 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
56 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */
62 ((s) == TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && (s) != TCPS_FIN_WAIT_2))
tcp_input.c 2380 case TCPS_FIN_WAIT_2:
2463 case TCPS_FIN_WAIT_2:
2618 tp->t_state = TCPS_FIN_WAIT_2;
2834 case TCPS_FIN_WAIT_2:
tcp_usrreq.c 192 if ((tp->t_state == TCPS_FIN_WAIT_2) && (tp->t_maxidle > 0))
1197 if (tp && tp->t_state >= TCPS_FIN_WAIT_2) {
1208 if ((tp->t_state == TCPS_FIN_WAIT_2) && (tp->t_maxidle > 0))
  /src/sys/dist/pf/net/
pf.c 4123 dst->state = TCPS_FIN_WAIT_2;
4130 if (src->state >= TCPS_FIN_WAIT_2 &&
4131 dst->state >= TCPS_FIN_WAIT_2)
4148 dst->state >= TCPS_FIN_WAIT_2 ||
4149 src->state >= TCPS_FIN_WAIT_2) &&

Completed in 18 milliseconds