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

/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c2979 static int passiveport; local
2988 if (passiveport == 0) {
2990 passiveport = rand() % (curclass.portmax - curclass.portmin)
2994 port = passiveport;
2999 else if (port == passiveport) {
3009 passiveport = port;

Completed in 62 milliseconds