Searched refs:epsv4 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/tnftp/src/
H A Dftp_var.h256 GLOBAL int epsv4; /* use EPSV/EPRT on IPv4 connections */ variable
H A Dmain.c192 epsv4 = 1;
195 epsv4 = 0;
H A Dcmds.c863 fprintf(ttyout, "Use of EPSV/EPRT cmds for IPv4: %s%s.\n", onoff(epsv4),
2232 code = togglevar(argc, argv, &epsv4,
H A Dftp.c1239 if (epsv4 && !epsv4bad) {
1263 DPRINTF("disabling epsv4 for this "
1545 if (!epsv4 || epsv4bad) {
1581 DPRINTF("disabling epsv4 for this "

Completed in 44 milliseconds