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

/external/qemu/slirp/
H A Dtcp_input.c243 int todrop, acked, ourfinisacked, needoutput = 0; local
1041 needoutput = 1;
1178 needoutput = 1;
1297 needoutput = 1;
1455 if (needoutput || (tp->t_flags & TF_ACKNOW)) {
/external/qemu/slirp-android/
H A Dtcp_input.c243 int todrop, acked, ourfinisacked, needoutput = 0; local
1047 needoutput = 1;
1184 needoutput = 1;
1303 needoutput = 1;
1461 if (needoutput || (tp->t_flags & TF_ACKNOW)) {

Completed in 688 milliseconds