Searched refs:TCPS_FIN_WAIT_1 (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_fsm.h83 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
98 #define TCP6S_FIN_WAIT_1 TCPS_FIN_WAIT_1
H A Dtcp_input.c2705 struct tcpcb *, tp, int32_t, TCPS_FIN_WAIT_1);
2706 tp->t_state = TCPS_FIN_WAIT_1;
2870 case TCPS_FIN_WAIT_1:
3158 struct tcpcb *, tp, int32_t, TCPS_FIN_WAIT_1);
3159 tp->t_state = TCPS_FIN_WAIT_1;
3191 case TCPS_FIN_WAIT_1:
3527 case TCPS_FIN_WAIT_1:
3833 case TCPS_FIN_WAIT_1:
H A Dip_compat.h511 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
H A Dtcp_usrreq.c1782 tp->t_state = TCPS_FIN_WAIT_1;

Completed in 60 milliseconds