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

/macosx-10.10.1/xnu-2782.1.97/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.c3157 case TCPS_CLOSE_WAIT:
3305 tp->t_state > TCPS_CLOSE_WAIT && tlen) {
3485 case TCPS_CLOSE_WAIT:
4317 struct tcpcb *, tp, int32_t, TCPS_CLOSE_WAIT);
4318 tp->t_state = TCPS_CLOSE_WAIT;
H A Dtcp_output.c415 if (tp->t_state >= TCPS_CLOSE_WAIT) {
H A Dtcp_usrreq.c2411 case TCPS_CLOSE_WAIT:
/macosx-10.10.1/xnu-2782.1.97/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 98 milliseconds