HomeSort by: relevance | last modified time | path
    Searched defs:passiveport (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ftpd/
ftpd.c 3007 static int passiveport; local in function:bind_pasv_addr
3016 if (passiveport == 0) {
3018 passiveport = rand() % (curclass.portmax - curclass.portmin)
3022 port = passiveport;
3027 else if (port == passiveport) {
3037 passiveport = port;
ftpd.c 3007 static int passiveport; local in function:bind_pasv_addr
3016 if (passiveport == 0) {
3018 passiveport = rand() % (curclass.portmax - curclass.portmin)
3022 port = passiveport;
3027 else if (port == passiveport) {
3037 passiveport = port;
ftpd.c 3007 static int passiveport; local in function:bind_pasv_addr
3016 if (passiveport == 0) {
3018 passiveport = rand() % (curclass.portmax - curclass.portmin)
3022 port = passiveport;
3027 else if (port == passiveport) {
3037 passiveport = port;

Completed in 97 milliseconds