Searched refs:TCPS_CLOSE_WAIT (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_fsm.h81 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
82 /* states > TCPS_CLOSE_WAIT are those where user has closed */
86 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
97 #define TCP6S_CLOSE_WAIT TCPS_CLOSE_WAIT
H A Dip_compat.h509 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */
510 /* states > TCPS_CLOSE_WAIT are those where user has closed */
514 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
H A Dtcp_input.c2871 case TCPS_CLOSE_WAIT:
3018 tp->t_state > TCPS_CLOSE_WAIT && tlen) {
3193 case TCPS_CLOSE_WAIT:
3825 struct tcpcb *, tp, int32_t, TCPS_CLOSE_WAIT);
3826 tp->t_state = TCPS_CLOSE_WAIT;
H A Dtcp_usrreq.c1785 case TCPS_CLOSE_WAIT:
H A Dtcp_output.c389 if (tp->t_state >= TCPS_CLOSE_WAIT) {
H A Dtcp_subr.c1040 if (tp->t_state >= TCPS_CLOSE_WAIT) {

Completed in 82 milliseconds