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

/macosx-10.5.8/xnu-1228.15.4/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_subr.c792 case TCPS_CLOSE_WAIT:
845 if (tp->t_state >= TCPS_CLOSE_WAIT)
H A Dtcp_input.c2044 case TCPS_CLOSE_WAIT:
2168 tp->t_state > TCPS_CLOSE_WAIT && tlen) {
2330 case TCPS_CLOSE_WAIT:
2972 tp->t_state = TCPS_CLOSE_WAIT;
H A Dtcp_usrreq.c1369 case TCPS_CLOSE_WAIT:
H A Dtcp_output.c324 if (tp->t_state >= TCPS_CLOSE_WAIT) {

Completed in 49 milliseconds