Home
last modified time | relevance | path

Searched refs:epsv6bad (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tnftp/src/
H A Dftp_var.h259 GLOBAL int epsv6bad; /* EPSV doesn't work on the current server */ variable
H A Dftp.c1276 if (epsv6 && !epsv6bad) { in initconn()
1299 epsv6bad = 1; in initconn()
1552 if (!epsv6 || epsv6bad) { in initconn()
H A Dmain.c202 epsv6bad = 0; in main()
H A Dcmds.c866 epsv6bad ? " (disabled for this connection)" : ""); in status()
2241 epsv6bad = 0; in setepsv6()
H A Dutil.c313 epsv6bad = 0; in cleanuppeer()