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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_fsm.h79 /* states < TCPS_ESTABLISHED are those where connections not established */
80 #define TCPS_ESTABLISHED 4 /* established */ macro
96 #define TCP6S_ESTABLISHED TCPS_ESTABLISHED
105 #define TCPS_HAVEESTABLISHED(s) ((s) >= TCPS_ESTABLISHED)
H A Dtcp_timer.c732 if (tp->t_state >= TCPS_ESTABLISHED) {
781 if (tp->t_state < TCPS_ESTABLISHED)
H A Dtcp_output.c720 if (tp->sack_enable && (tp->t_state >= TCPS_ESTABLISHED) && SEQ_GT(tp->snd_max, tp->snd_una) &&
1509 if (sendalot == 0 || (tp->t_state != TCPS_ESTABLISHED) ||
1661 (tp->t_state == TCPS_ESTABLISHED)) {
H A Dtcp_input.c1295 if (tp->t_state == TCPS_ESTABLISHED && tlen > 0) {
1359 if (ip_ecn == IPTOS_ECN_CE && tp->t_state == TCPS_ESTABLISHED &&
1426 * Since we check for TCPS_ESTABLISHED above, it can only
1429 if (tp->t_state == TCPS_ESTABLISHED &&
1888 tp->t_state = TCPS_ESTABLISHED;
1953 case TCPS_ESTABLISHED:
2038 case TCPS_ESTABLISHED:
2300 tp->t_state = TCPS_ESTABLISHED;
2327 case TCPS_ESTABLISHED:
2971 case TCPS_ESTABLISHED
[all...]
H A Dtcp_usrreq.c1323 if (tp->t_state < TCPS_ESTABLISHED)
1365 case TCPS_ESTABLISHED:
H A Dtcp_subr.c789 case TCPS_ESTABLISHED:
1048 if (tp->t_state == TCPS_ESTABLISHED &&
1052 } else if (tp->t_state < TCPS_ESTABLISHED && tp->t_rxtshift > 3 &&
H A Dip_compat.h507 /* states < TCPS_ESTABLISHED are those where connections not established */
508 #define TCPS_ESTABLISHED 4 /* established */

Completed in 45 milliseconds