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

/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1087 ipf_p_ftp_client_valid(softf, ftps, buf, len)
1089 ftpside_t *ftps;
1099 if (ftps->ftps_junk == FTPXY_JUNK_BAD)
1142 ftps->ftps_junk, (int)len, (int)i, c,
1153 ftps->ftps_cmd = FTPXY_C_PASV;
1155 ftps->ftps_cmd = FTPXY_C_EPSV;
1157 ftps->ftps_cmd = 0;
1171 ipf_p_ftp_server_valid(softf, ftps, buf, len)
1173 ftpside_t *ftps;
1184 if (ftps
1264 ftpside_t *ftps; local
[all...]

Completed in 95 milliseconds