Home
last modified time | relevance | path

Searched refs:timo (Results 1 – 2 of 2) sorted by relevance

/inet/
A Drexec.c56 int s, timo = 1, s3; in rexec_af() local
96 if (errno == ECONNREFUSED && timo <= 16) { in rexec_af()
98 __sleep(timo); in rexec_af()
99 timo *= 2; in rexec_af()
A Drcmd.c119 int s, lport, timo, error; in rcmd_af() local
169 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