Home
last modified time | relevance | path

Searched full:cmd_port (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/pf/ftp-proxy/
H A Dftp-proxy.c71 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator
171 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) in client_parse()
208 s->cmd = CMD_PORT; in client_parse_cmd()
216 if (ipv6_mode && (s->cmd == CMD_PASV || s->cmd == CMD_PORT)) { in client_parse_cmd()
221 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) { in client_parse_cmd()
812 case CMD_PORT: in parse_port()
863 case CMD_PORT: in proxy_reply()
895 if (cmd == CMD_PORT || cmd == CMD_PASV) { in proxy_reply()
1010 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) { in allow_data_connection()
1026 if (rfc_mode && s->cmd == CMD_PORT) { in allow_data_connection()