OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portmin
(Results
1 - 3
of
3
) sorted by relevancy
/src/libexec/ftpd/
extern.h
283
LLT
portmin
; /* Minimum port for passive mode */
member in struct:ftpclass
conf.c
108
curclass.
portmin
= 0;
413
curclass.
portmin
= 0;
443
curclass.
portmin
= (int)minport;
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
)
3019
+ curclass.
portmin
;
3026
port = curclass.
portmin
;
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025