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

/xnu-2422.115.4/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.c2811 struct tcpcb *, tp, int32_t, TCPS_FIN_WAIT_1);
2812 tp->t_state = TCPS_FIN_WAIT_1;
2987 case TCPS_FIN_WAIT_1:
3269 struct tcpcb *, tp, int32_t, TCPS_FIN_WAIT_1);
3270 tp->t_state = TCPS_FIN_WAIT_1;
3312 case TCPS_FIN_WAIT_1:
3799 case TCPS_FIN_WAIT_1:
4141 case TCPS_FIN_WAIT_1:
H A Dip_compat.h511 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
H A Dtcp_usrreq.c2301 int32_t, TCPS_FIN_WAIT_1);
2302 tp->t_state = TCPS_FIN_WAIT_1;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dtcp.d63 inline int TCPS_FIN_WAIT_1 = 6;
64 #pragma D binding "1.0" TCPS_FIN_WAIT_1
180 T->t_state == TCPS_FIN_WAIT_1 ? "state-fin-wait1" :
220 I == TCPS_FIN_WAIT_1 ? "state-fin-wait1" :

Completed in 35 milliseconds