OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pasv
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/fetch/dist/libfetch/
ftp.c
694
int low,
pasv
, verbose;
local
702
pasv
= !CHECK_FLAG('a');
706
if (!
pasv
)
707
pasv
= ((s = getenv("FTP_PASSIVE_MODE")) != NULL &&
732
if (
pasv
) {
738
/* send
PASV
command */
743
if ((e = ftp_cmd(conn, "
PASV
\r\n")) != FTP_PASSIVE_MODE)
761
* Find address and port number. The reply to the
PASV
command
802
pasv
= 0;
/src/usr.bin/ftp/
ftp.c
131
static char
pasv
[BUFSIZ]; /* passive port for proxy data connection */
variable
400
char *cp, *pt =
pasv
;
495
if (pt < &
pasv
[sizeof(
pasv
) - 1])
1336
pasvcmd = "
PASV
";
1337
result = command("
PASV
");
1409
if (strcmp(pasvcmd, "
PASV
") == 0) {
1420
error = sscanf(
pasv
, "%u,%u,%u,%u,%u,%u",
1448
error = sscanf(
pasv
,
1479
error = sscanf(
pasv
,
[
all
...]
/src/share/examples/refuse/ian/libfetch/
ftp.c
631
int low,
pasv
, verbose;
local
639
pasv
= CHECK_FLAG('p');
643
if (!
pasv
)
644
pasv
= ((s = getenv("FTP_PASSIVE_MODE")) != NULL &&
667
if (
pasv
) {
673
/* send
PASV
command */
678
if ((e = _ftp_cmd(conn, "
PASV
")) != FTP_PASSIVE_MODE)
696
* Find address and port number. The reply to the
PASV
command
/src/external/bsd/ipf/dist/
HISTORY
731
enable FTP
PASV
proxying and enable wildcarding in NAT/state code for ports
732
for better PORT/
PASV
support with FTP.
773
fix FTP proxy back up, splitting
pasv
code out of port code.
785
disable
PASV
reply translation for now
815
change
PASV
as well as PORT when passed through kernel ftp proxy.
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026