Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ftp-proxy/
H A Dftp-proxy.c64 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator
206 s->cmd = CMD_EPSV; in client_parse_cmd()
848 case CMD_EPSV: in parse_port()
902 case CMD_EPSV: in proxy_reply()
950 (s->cmd == CMD_EPSV && strncmp("229 ", linebuf, 4) == 0)) in server_parse()
990 if (s->cmd == CMD_PASV || s->cmd == CMD_EPSV) { in allow_data_connection()