Searched refs:t_state (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Ddebug.h45 Log2(("%R[tcpcb793] switch to %R[tcpstate] -> %R[tcpstate]\n", (tp), (tp), (tp->t_state) ,(new_tcp_state))); \
48 (tp)->t_state = (new_tcp_state); \
51 # define TCP_STATE_SWITCH_TO(tp, new_tcp_state) (tp)->t_state = (new_tcp_state)
59 # define TCP_ACCEPTABLE_STATE1(tp, tcp_state1) Assert(((tp)->t_state == (tcp_state)))
62 Assert(( ((tp)->t_state == (tcp_state1)) \
63 || ((tp)->t_state == (tcp_state2)))); \
H A Dtcp_timer.c181 if (tp->t_state != TCPS_TIME_WAIT &&
311 if (tp->t_state < TCPS_ESTABLISHED)
314 if ((so_options) && tp->t_state <= TCPS_CLOSE_WAIT)
H A Dtcp_input.c250 if (!TCPS_HAVEESTABLISHED(tp->t_state))
568 if (tp->t_state == TCPS_CLOSED)
595 if (optp && tp->t_state != TCPS_LISTEN)
618 if ( tp->t_state == TCPS_ESTABLISHED
752 switch (tp->t_state)
961 } /* switch tp->t_state */
1061 && tp->t_state > TCPS_CLOSE_WAIT && ti->ti_len)
1087 && tp->t_state == TCPS_TIME_WAIT
1146 switch (tp->t_state)
1197 switch (tp->t_state)
[all...]
H A Dtcp_subr.c255 if ( TCPS_HAVERCVDSYN(tp->t_state)
360 switch (tp->t_state)
380 && tp->t_state >= TCPS_FIN_WAIT_2)
H A Dtcp_var.h81 int16_t t_state; /* state of this connection */ member in struct:tcpcb
H A Dtcp_output.c126 flags = tcp_outflags[tp->t_state];
688 && TCPS_HAVERCVDSYN(tp->t_state))
H A Ddebug.c251 n = RTStrPrintf(buff, sizeof(buff), "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
407 tp->t_state, tp->snd_una, tp->snd_nxt, tp->snd_up, tp->snd_wnd, tp->snd_wl1, tp->snd_wl2, tp->iss);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Dprocfs.d.in297 pr_flag = ((T->t_state == @TS_STOPPED@) ? (PR_STOPPED |
324 (T->t_state == @TS_SLEEP@) ? SSLEEP :
325 (T->t_state == @TS_RUN@) ? SRUN :
326 (T->t_state == @TS_ONPROC@) ? SONPROC :
327 (T->t_state == @TS_ZOMB@) ? SZOMB :
328 (T->t_state == @TS_STOPPED@) ? SSTOP :
329 (T->t_state == @TS_WAIT@) ? SWAIT : 0;
332 (T->t_state == @TS_SLEEP@) ? 'S' :
333 (T->t_state == @TS_RUN@) ? 'R' :
334 (T->t_state
[all...]

Completed in 59 milliseconds