Searched refs:timo (Results 1 – 2 of 2) sorted by relevance
56 int s, timo = 1, s3; in rexec_af() local96 if (errno == ECONNREFUSED && timo <= 16) { in rexec_af()98 __sleep(timo); in rexec_af()99 timo *= 2; in rexec_af()
119 int s, lport, timo, error; in rcmd_af() local169 for (timo = 1, lport = IPPORT_RESERVED - 1;;) { in rcmd_af()223 if (refused && timo <= 16) { in rcmd_af()224 (void)__sleep(timo); in rcmd_af()225 timo *= 2; in rcmd_af()
Completed in 4 milliseconds