HomeSort by relevance Sort by last modified time
    Searched full:tcps_closed (Results 1 - 11 of 11) sorted by null

  /external/qemu/slirp/
tcp.h 125 #define TCPS_CLOSED 0 /* closed */
tcp_var.h 175 u_long tcps_closed; /* conn. closed (includes drops) */ member in struct:tcpstat
tcp_subr.c 209 tp->t_state = TCPS_CLOSED;
234 tp->t_state = TCPS_CLOSED;
285 STAT(tcpstat.tcps_closed++);
336 case TCPS_CLOSED:
339 tp->t_state = TCPS_CLOSED;
    [all...]
debug.c 223 tcpstat.tcps_closed, tcpstat.tcps_drops);
tcp_input.c 441 if (tp->t_state == TCPS_CLOSED)
982 tp->t_state = TCPS_CLOSED;
    [all...]
  /external/qemu/slirp-android/
tcp.h 127 #define TCPS_CLOSED 0 /* closed */
tcp_subr.c 211 tp->t_state = TCPS_CLOSED;
236 tp->t_state = TCPS_CLOSED;
287 STAT(tcpstat.tcps_closed++);
338 case TCPS_CLOSED:
341 tp->t_state = TCPS_CLOSED;
tcp_var.h 179 u_long tcps_closed; /* conn. closed (includes drops) */ member in struct:tcpstat
debug.c 219 tcpstat.tcps_closed, tcpstat.tcps_drops);
tcp_input.c 446 if (tp->t_state == TCPS_CLOSED)
988 tp->t_state = TCPS_CLOSED;
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 180 "(0) TCPS_CLOSED",
    [all...]

Completed in 580 milliseconds