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

/external/qemu/slirp/
H A Dtcp_input.c71 (tp)->t_state == TCPS_ESTABLISHED) {\
94 (tp)->t_state == TCPS_ESTABLISHED) { \
201 if (!TCPS_HAVEESTABLISHED(tp->t_state))
206 if (tp->t_state == TCPS_SYN_RECEIVED && ti->ti_len)
425 tp->t_state = TCPS_LISTEN;
441 if (tp->t_state == TCPS_CLOSED)
465 if (optp && tp->t_state != TCPS_LISTEN)
488 if (tp->t_state == TCPS_ESTABLISHED &&
609 switch (tp->t_state) {
702 tp->t_state
[all...]
H A Dtcp_timer.c146 if (tp->t_state != TCPS_TIME_WAIT &&
275 if (tp->t_state < TCPS_ESTABLISHED)
279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
H A Dtcp_subr.c209 tp->t_state = TCPS_CLOSED;
233 if (TCPS_HAVERCVDSYN(tp->t_state)) {
234 tp->t_state = TCPS_CLOSED;
334 switch (tp->t_state) {
339 tp->t_state = TCPS_CLOSED;
345 tp->t_state = TCPS_FIN_WAIT_1;
349 tp->t_state = TCPS_LAST_ACK;
353 if (tp && tp->t_state >= TCPS_FIN_WAIT_2)
505 tp->t_state = TCPS_SYN_SENT;
837 tp->t_state
[all...]
H A Dtcp_var.h45 short t_state; /* state of this connection */ member in struct:tcpcb
H A Ddebug.c309 n = sprintf(buff, "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
H A Dtcp_output.c100 flags = tcp_outflags[tp->t_state];
558 * && TCPS_HAVERCVDSYN(tp->t_state)) {
H A Dslirp.c870 qemu_put_sbe16(f, tp->t_state);
963 tp->t_state = qemu_get_sbe16(f);
/external/qemu/slirp-android/
H A Dtcp_input.c71 (tp)->t_state == TCPS_ESTABLISHED) {\
94 (tp)->t_state == TCPS_ESTABLISHED) { \
201 if (!TCPS_HAVEESTABLISHED(tp->t_state))
206 if (tp->t_state == TCPS_SYN_RECEIVED && ti->ti_len)
430 tp->t_state = TCPS_LISTEN;
446 if (tp->t_state == TCPS_CLOSED)
470 if (optp && tp->t_state != TCPS_LISTEN)
493 if (tp->t_state == TCPS_ESTABLISHED &&
614 switch (tp->t_state) {
708 tp->t_state
[all...]
H A Dtcp_timer.c146 if (tp->t_state != TCPS_TIME_WAIT &&
275 if (tp->t_state < TCPS_ESTABLISHED)
279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
H A Dtcp_subr.c211 tp->t_state = TCPS_CLOSED;
235 if (TCPS_HAVERCVDSYN(tp->t_state)) {
236 tp->t_state = TCPS_CLOSED;
336 switch (tp->t_state) {
341 tp->t_state = TCPS_CLOSED;
347 tp->t_state = TCPS_FIN_WAIT_1;
351 tp->t_state = TCPS_LAST_ACK;
355 if (tp && tp->t_state >= TCPS_FIN_WAIT_2)
661 tp->t_state = TCPS_SYN_SENT;
1149 (tmpso->so_tcpcb->t_state
[all...]
H A Dtcp_var.h50 short t_state; /* state of this connection */ member in struct:tcpcb
H A Ddebug.c281 n = sprintf(buff, "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
H A Dtcp_output.c100 flags = tcp_outflags[tp->t_state];
558 * && TCPS_HAVERCVDSYN(tp->t_state)) {
H A Dslirp.c1273 qemu_put_sbe16(f, tp->t_state);
1366 tp->t_state = qemu_get_sbe16(f);
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h369 } t_state; member in struct:transaction_s

Completed in 155 milliseconds