HomeSort by relevance Sort by last modified time
    Searched refs:t_state (Results 1 - 16 of 16) sorted by null

  /external/qemu/slirp/
tcp_input.c 71 (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 = TCPS_SYN_RECEIVED
    [all...]
tcp_timer.c 146 if (tp->t_state != TCPS_TIME_WAIT &&
275 if (tp->t_state < TCPS_ESTABLISHED)
279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
tcp_subr.c 209 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 = TCPS_SYN_SENT
    [all...]
tcp_var.h 45 short t_state; /* state of this connection */ member in struct:tcpcb
debug.c 309 n = sprintf(buff, "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
tcp_output.c 100 flags = tcp_outflags[tp->t_state];
558 * && TCPS_HAVERCVDSYN(tp->t_state)) {
slirp.c 870 qemu_put_sbe16(f, tp->t_state);
963 tp->t_state = qemu_get_sbe16(f);
  /external/qemu/slirp-android/
tcp_input.c 71 (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 = TCPS_SYN_RECEIVED
    [all...]
tcp_timer.c 146 if (tp->t_state != TCPS_TIME_WAIT &&
275 if (tp->t_state < TCPS_ESTABLISHED)
279 if ((SO_OPTIONS) && tp->t_state <= TCPS_CLOSE_WAIT) {
tcp_subr.c 211 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 & (TCPS_TIME_WAIT|TCPS_LAST_ACK)
    [all...]
tcp_var.h 50 short t_state; /* state of this connection */ member in struct:tcpcb
debug.c 281 n = sprintf(buff, "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
tcp_output.c 100 flags = tcp_outflags[tp->t_state];
558 * && TCPS_HAVERCVDSYN(tp->t_state)) {
slirp.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 368 } t_state; member in struct:transaction_s
  /external/kernel-headers/original/linux/
jbd.h 459 } t_state; member in struct:transaction_s
    [all...]

Completed in 3857 milliseconds