Searched refs:swaitmax (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c220 static int swaitmax = SWAITMAX; variable
893 if (errno == EADDRINUSE && retry < swaitmax) {
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c109 int swaitmax = SWAITMAX; variable
1353 if (errno == EADDRINUSE && retry < swaitmax) {
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c204 int swaitmax = SWAITMAX; variable
2019 } while (retry <= swaitmax);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c240 int swaitmax = SWAITMAX; variable
2027 } while (retry <= swaitmax);

Completed in 73 milliseconds