OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025