Lines Matching full:tmout
323 int expire, tmout;341 tmout = p->opt.timeout;342 if (tmout)346 tmout = expire - TSTOMILLI(&cur);348 if (tmout <= 0) {369 if (tmout != 0) {370 tv.tv_sec = tmout / 1000;371 tv.tv_usec = (tmout * 1000) % 1000000;