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

/freebsd-10-stable/contrib/opie/
H A Dopieftpd.c220 static int swaitmax = SWAITMAX; variable
893 if (errno == EADDRINUSE && retry < swaitmax) {
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c110 int swaitmax = SWAITMAX; variable
1318 if (errno == EADDRINUSE && retry < swaitmax) {
/freebsd-10-stable/libexec/ftpd/
H A Dftpd.c200 int swaitmax = SWAITMAX; variable
2023 } while (retry <= swaitmax);

Completed in 62 milliseconds