Searched refs:EPRT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/usr.sbin/faithd/test/
H A Dfaithd.rb84 elsif (line =~ /^EPRT\s+(.+)\r\n/i)
87 s6.puts "501 illegal parameter to EPRT\r\n"
92 s6.puts "501 illegal parameter to EPRT\r\n"
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y104 EPRT EPSV
175 | EPRT SP STRING CRLF check_secure
940 { "EPRT", EPRT, STR1, 1, "<sp> string" },
H A Dftpcmd.c126 EPRT = 315, enumerator in enum:yytokentype
211 #define EPRT 315 macro
692 "SYST", "SIZE", "MDTM", "EPRT", "EPSV", "UMASK", "IDLE", "CHMOD", "AUTH",
2996 { "EPRT", EPRT, STR1, 1, "<sp> string" },
/freebsd-10.1-release/usr.sbin/faithd/
H A Dftp.c68 enum state { NONE, LPRT, EPRT, LPSV, EPSV }; enumerator in enum:state
549 case EPRT:
885 } else if (strcmp(cmd, "EPRT") == 0 && param) {
887 * EPRT -> PORT
892 nstate = EPRT;
918 "501 illegal parameter to EPRT\r\n");
942 "501 unsupported address family to EPRT\r\n");
956 "501 EPRT: %s\r\n", gai_strerror(error));
965 "501 EPRT: %s resolved to multiple addresses\r\n", hostp);
/freebsd-10.1-release/libexec/ftpd/
H A Dftpcmd.y108 LPRT LPSV EPRT EPSV FEAT
199 | EPRT check_login SP STRING CRLF
210 reply(501, "No EPRT allowed after EPSV ALL.");
286 if (port_check("EPRT") == 1)
294 if (port_check_v6("EPRT") == 1)
665 printf(" EPRT\r\n");
1075 { "EPRT", EPRT, STR1, 1, "<sp> |af|addr|port|" },
/freebsd-10.1-release/contrib/ipfilter/
H A DHISTORY28 3545312 EPRT is not supported by ftp proxy

Completed in 268 milliseconds