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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c2934 static int passiveport; local
2943 if (passiveport == 0) {
2945 passiveport = rand() % (curclass.portmax - curclass.portmin)
2949 port = passiveport;
2954 else if (port == passiveport) {
2964 passiveport = port;

Completed in 90 milliseconds