Searched refs:CMD_PORT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c74 enum { CMD_NONE = 0, CMD_PORT, CMD_EPRT, CMD_PASV, CMD_EPSV }; enumerator in enum:__anon4486
174 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT)
211 s->cmd = CMD_PORT;
219 if (ipv6_mode && (s->cmd == CMD_PASV || s->cmd == CMD_PORT)) {
224 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) {
815 case CMD_PORT:
866 case CMD_PORT:
898 if (cmd == CMD_PORT || cmd == CMD_PASV) {
1013 if (s->cmd == CMD_PORT || s->cmd == CMD_EPRT) {
1029 if (rfc_mode && s->cmd == CMD_PORT) {
[all...]

Completed in 59 milliseconds