Searched refs:CMD_EPSV (Results 1 – 1 of 1) sorted by relevance
63 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator227 s->cmd = CMD_EPSV; in client_parse_cmd()891 case CMD_EPSV: in parse_port()945 case CMD_EPSV: in proxy_reply()974 (s->cmd == CMD_EPSV && strncmp("229 ", linebuf, 4) == 0)) in server_parse()1017 if (s->cmd == CMD_PASV || s->cmd == CMD_EPSV) { in allow_data_connection()