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

/macosx-10.5.8/xnu-1228.15.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 Dip_compat.h511 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */
H A Dtcp_input.c1884 tp->t_state = TCPS_FIN_WAIT_1;
2043 case TCPS_FIN_WAIT_1:
2297 tp->t_state = TCPS_FIN_WAIT_1;
2328 case TCPS_FIN_WAIT_1:
2701 case TCPS_FIN_WAIT_1:
2979 case TCPS_FIN_WAIT_1:
H A Dtcp_usrreq.c1366 tp->t_state = TCPS_FIN_WAIT_1;
H A Dtcp_subr.c790 case TCPS_FIN_WAIT_1:

Completed in 84 milliseconds