Searched refs:CMD_EPRT (Results 1 – 1 of 1) sorted by relevance
71 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator171 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) in client_parse()212 s->cmd = CMD_EPRT; in client_parse_cmd()221 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) { in client_parse_cmd()831 case CMD_EPRT: in parse_port()873 case CMD_EPRT: in proxy_reply()1010 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) { in allow_data_connection()