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

  /src/libexec/ftpd/
extern.h 284 LLT portmax; /* Maximum port for passive mode */ member in struct:ftpclass
conf.c 109 curclass.portmax = 0;
414 curclass.portmax = 0;
444 curclass.portmax = (int)maxport;
ftpd.c 2784 if (curclass.portmin && curclass.portmax)
2786 (LLT)curclass.portmin, (LLT)curclass.portmax);
3011 if (curclass.portmin == 0 && curclass.portmax == 0) {
3018 passiveport = rand() % (curclass.portmax - curclass.portmin)
3025 if (port > curclass.portmax)

Completed in 43 milliseconds