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

  /external/qemu/slirp/
tcp_input.c 246 u_long tiwin; local
266 tiwin = ti->ti_win;
446 * tiwin = ti->ti_win << tp->snd_scale;
449 tiwin = ti->ti_win;
485 * eg: the tiwin == tp->snd_wnd prevents many more
492 tiwin && tiwin == tp->snd_wnd &&
1078 if (ti->ti_len == 0 && tiwin == tp->snd_wnd) {
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 246 u_long tiwin; local
266 tiwin = ti->ti_win;
451 * tiwin = ti->ti_win << tp->snd_scale;
454 tiwin = ti->ti_win;
490 * eg: the tiwin == tp->snd_wnd prevents many more
497 tiwin && tiwin == tp->snd_wnd &&
1084 if (ti->ti_len == 0 && tiwin == tp->snd_wnd) {
    [all...]

Completed in 63 milliseconds