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

/macosx-10.10.1/xnu-2782.1.97/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.c2975 struct tcpcb *, tp, int32_t, TCPS_FIN_WAIT_1);
2976 tp->t_state = TCPS_FIN_WAIT_1;
3156 case TCPS_FIN_WAIT_1:
3440 struct tcpcb *, tp, int32_t, TCPS_FIN_WAIT_1);
3441 tp->t_state = TCPS_FIN_WAIT_1;
3483 case TCPS_FIN_WAIT_1:
3977 case TCPS_FIN_WAIT_1:
4325 case TCPS_FIN_WAIT_1:
H A Dip_compat.h511 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
H A Dtcp_usrreq.c2407 int32_t, TCPS_FIN_WAIT_1);
2408 tp->t_state = TCPS_FIN_WAIT_1;
/macosx-10.10.1/xnu-2782.1.97/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 138 milliseconds