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

  /src/usr.bin/ftp/
ftp_var.h 262 GLOBAL int epsv4bad; /* EPSV doesn't work on the current server */ variable in typeref:typename:GLOBAL int
ftp.c 1279 if (epsv4 && !epsv4bad) {
1302 epsv4bad = 1;
1592 if (!epsv4 || epsv4bad) {
1627 epsv4bad = 1;
main.c 197 epsv4bad = 0;
cmds.c 860 epsv4bad ? " (disabled for this connection)" : "");
2250 epsv4bad = 0;
util.c 301 epsv4bad = 0;

Completed in 47 milliseconds