Searched refs:CMD_EPSV (Results 1 – 1 of 1) sorted by relevance
71 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator210 s->cmd = CMD_EPSV; in client_parse_cmd()826 case CMD_EPSV: in parse_port()881 case CMD_EPSV: in proxy_reply()929 (s->cmd == CMD_EPSV && strncmp("229 ", linebuf, 4) == 0)) in server_parse()969 if (s->cmd == CMD_PASV || s->cmd == CMD_EPSV) { in allow_data_connection()