Searched refs:tiwin (Results 1 - 2 of 2) sorted by relevance

/external/qemu/slirp/
H A Dtcp_input.c246 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) {
1287 (tp->snd_wl2 == ti->ti_ack && tiwin > tp->snd_wnd))))) {
1290 tp->snd_wl2 == ti->ti_ack && tiwin > t
[all...]
/external/qemu/slirp-android/
H A Dtcp_input.c246 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) {
1293 (tp->snd_wl2 == ti->ti_ack && tiwin > tp->snd_wnd))))) {
1296 tp->snd_wl2 == ti->ti_ack && tiwin > t
[all...]

Completed in 68 milliseconds