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

  /external/qemu/slirp/
tcp_var.h 121 u_char snd_scale; /* window scaling for send window */ member in struct:tcpcb
slirp.c 904 qemu_put_byte(f, tp->snd_scale);
997 tp->snd_scale = qemu_get_byte(f);
tcp_input.c 446 * tiwin = ti->ti_win << tp->snd_scale;
781 * tp->snd_scale = tp->requested_s_scale;
1051 * tp->snd_scale = tp->requested_s_scale;
    [all...]
  /external/qemu/slirp-android/
tcp_var.h 126 u_char snd_scale; /* window scaling for send window */ member in struct:tcpcb
slirp.c     [all...]
tcp_input.c 451 * tiwin = ti->ti_win << tp->snd_scale;
787 * tp->snd_scale = tp->requested_s_scale;
1057 * tp->snd_scale = tp->requested_s_scale;
    [all...]

Completed in 979 milliseconds