Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:time_fasttimo

333 			if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK)
334 time_fasttimo = curtime; /* Flag when we want a fasttimo */
447 if (time_fasttimo) {
448 tmp_time = (200 - (curtime - time_fasttimo)) * 1000;
481 if (time_fasttimo && ((curtime - time_fasttimo) >= 2)) {
483 time_fasttimo = 0;