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

  /external/qemu/slirp/
tcp_output.c 110 if (tp->t_force) {
182 if (tp->t_force)
240 * tp->t_force
336 if (tp->t_force && len == 1)
474 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
tcp_timer.c 264 tp->t_force = 1;
266 tp->t_force = 0;
tcp_var.h 51 char t_force; /* 1 if forcing out a byte */ member in struct:tcpcb
socket.c 282 tp->t_force = 1;
284 tp->t_force = 0;
slirp.c 877 qemu_put_sbyte(f, tp->t_force);
970 tp->t_force = qemu_get_sbyte(f);
  /external/qemu/slirp-android/
tcp_output.c 110 if (tp->t_force) {
182 if (tp->t_force)
240 * tp->t_force
336 if (tp->t_force && len == 1)
474 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
tcp_timer.c 264 tp->t_force = 1;
266 tp->t_force = 0;
tcp_var.h 56 char t_force; /* 1 if forcing out a byte */ member in struct:tcpcb
socket.c 290 tp->t_force = 1;
292 tp->t_force = 0;
slirp.c 972 qemu_put_sbyte(f, tp->t_force);
1065 tp->t_force = qemu_get_sbyte(f);

Completed in 90 milliseconds