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

  /src/usr.bin/ftp/
ftp_var.h 264 GLOBAL int epsv6bad; /* EPSV doesn't work on the current server */ variable in typeref:typename:GLOBAL int
ftp.c 1316 if (epsv6 && !epsv6bad) {
1339 epsv6bad = 1;
1599 if (!epsv6 || epsv6bad) {
main.c 198 epsv6bad = 0;
cmds.c 862 epsv6bad ? " (disabled for this connection)" : "");
2258 epsv6bad = 0;
util.c 302 epsv6bad = 0;

Completed in 55 milliseconds