Searched refs:LPSV (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/faithd/
H A Dftp.c68 enum state { NONE, LPRT, EPRT, LPSV, EPSV }; enumerator in enum:state
563 case LPSV:
584 * PASV result -> LPSV/EPSV result
648 /* transmit LPSV or EPSV */
672 if (state == LPSV) {
978 } else if (strcmp(cmd, "LPSV") == 0 && !param) {
980 * LPSV -> PASV
982 nstate = LPSV;
1006 *state = LPSV;
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y159 LPRT LPSV EPRT EPSV
297 | LPSV check_login CRLF
303 "LPSV disallowed after EPSV ALL");
305 long_passive("LPSV", PF_UNSPEC);
307 reply(500, "LPSV mode not available.");
1235 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
/freebsd-9.3-release/libexec/ftpd/
H A Dftpcmd.y112 LPRT LPSV EPRT EPSV FEAT
311 | LPSV check_login CRLF
314 reply(501, "No LPSV allowed after EPSV ALL.");
316 long_passive("LPSV", PF_UNSPEC);
1081 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },

Completed in 117 milliseconds