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

  /src/libexec/ftpd/
conf.c 411 long minport, maxport; local in function:parse_conf
419 "%s line %d: missing maxport argument",
430 maxport = strsuftollx("maxport", p, IPPORT_RESERVED,
437 if (minport >= maxport) {
439 "%s line %d: minport %ld >= maxport %ld",
440 infile, (int)line, minport, maxport);
444 curclass.portmax = (int)maxport;
conf.c 411 long minport, maxport; local in function:parse_conf
419 "%s line %d: missing maxport argument",
430 maxport = strsuftollx("maxport", p, IPPORT_RESERVED,
437 if (minport >= maxport) {
439 "%s line %d: minport %ld >= maxport %ld",
440 infile, (int)line, minport, maxport);
444 curclass.portmax = (int)maxport;

Completed in 25 milliseconds