Home
last modified time | relevance | path

Searched refs:epsv6 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tnftp/
H A DNEWS15 Add epsv6 and epsv to disable extended passive mode for IPv6 or
H A DChangeLog60 - Add epsv6 and epsv to disable extended passive mode for ipv6 or
/freebsd/contrib/tnftp/src/
H A Dftp_var.h258 GLOBAL int epsv6; /* use EPSV/EPRT on IPv6 connections */ variable
H A Dmain.c196 epsv6 = 1; in main()
199 epsv6 = 0; in main()
H A Dftp.c1276 if (epsv6 && !epsv6bad) { in initconn()
1552 if (!epsv6 || epsv6bad) { in initconn()
H A Dcmds.c865 fprintf(ttyout, "Use of EPSV/EPRT cmds for IPv6: %s%s.\n", onoff(epsv6), in status()
2239 code = togglevar(argc, argv, &epsv6, in setepsv6()