Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dftp_var.h256 GLOBAL int epsv4; /* use EPSV/EPRT on IPv4 connections */ variable
H A Dmain.c195 epsv4 = 1; in main()
198 epsv4 = 0; in main()
H A Dftp.c1239 if (epsv4 && !epsv4bad) { in initconn()
1545 if (!epsv4 || epsv4bad) { in initconn()
H A Dcmds.c863 fprintf(ttyout, "Use of EPSV/EPRT cmds for IPv4: %s%s.\n", onoff(epsv4), in status()
2231 code = togglevar(argc, argv, &epsv4, in setepsv4()