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

  /external/qemu/slirp/
tcp_var.h 111 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:tcpcb
tcp_output.c 184 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0)
slirp.c 900 qemu_put_be32(f, tp->max_sndwnd);
993 tp->max_sndwnd = qemu_get_be32(f);
tcp_input.c     [all...]
  /external/qemu/slirp-android/
tcp_var.h 116 u_int32_t max_sndwnd; /* largest window peer has offered */ member in struct:tcpcb
tcp_output.c 184 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0)
slirp.c     [all...]
tcp_input.c     [all...]

Completed in 107 milliseconds