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

/xnu-2422.115.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_input.c2988 case TCPS_CLOSE_WAIT:
3134 tp->t_state > TCPS_CLOSE_WAIT && tlen) {
3314 case TCPS_CLOSE_WAIT:
4133 struct tcpcb *, tp, int32_t, TCPS_CLOSE_WAIT);
4134 tp->t_state = TCPS_CLOSE_WAIT;
H A Dtcp_output.c403 if (tp->t_state >= TCPS_CLOSE_WAIT) {
H A Dtcp_usrreq.c2305 case TCPS_CLOSE_WAIT:
H A Dtcp_subr.c1068 if (tp->t_state >= TCPS_CLOSE_WAIT) {
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dtcp.d61 inline int TCPS_CLOSE_WAIT = 5;
62 #pragma D binding "1.0" TCPS_CLOSE_WAIT
179 T->t_state == TCPS_CLOSE_WAIT ? "state-close-wait" :
219 I == TCPS_CLOSE_WAIT ? "state-close-wait" :

Completed in 46 milliseconds