Home
last modified time | relevance | path

Searched refs:ftps (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1089 ftpside_t *ftps;
1099 if (ftps->ftps_junk == FTPXY_JUNK_BAD)
1153 ftps->ftps_cmd = FTPXY_C_PASV;
1155 ftps->ftps_cmd = FTPXY_C_EPSV;
1157 ftps->ftps_cmd = 0;
1173 ftpside_t *ftps;
1184 if (ftps->ftps_junk == FTPXY_JUNK_BAD)
1229 if (ftps->ftps_junk == FTPXY_JUNK_CONT)
1242 ftps->ftps_cmd = cmd;
1264 ftpside_t *ftps; local
[all …]