Searched refs:ftpside_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_ftp_pxy.c | 89 int ipf_p_ftp_server_valid(ipf_ftp_softc_t *, ftpside_t *, char *, 91 int ipf_p_ftp_client_valid(ipf_ftp_softc_t *, ftpside_t *, char *, 225 ftpside_t *f; in ipf_p_ftp_new() 286 ftpside_t *f; in ipf_p_ftp_port() 298 DT3(ftp_PORT_error_dlen, nat_t *, nat, ftpside_t *, f, in ipf_p_ftp_port() 314 DT2(ftp_PORT_error_atoi_1, nat_t *, nat, ftpside_t *, f); in ipf_p_ftp_port() 321 DT2(ftp_PORT_error_atoi_2, nat_t *, nat, ftpside_t *, f); in ipf_p_ftp_port() 337 DT3(ftp_PORT_error_address, nat_t *, nat, ftpside_t *, f, in ipf_p_ftp_port() 346 DT2(ftp_PORT_error_atoi_3, nat_t *, nat, ftpside_t *, f); in ipf_p_ftp_port() 360 DT2(ftp_PORT_error_no_crlf, nat_t *, nat, ftpside_t *, f); in ipf_p_ftp_port() [all …]
|
H A D | ip_proxy.h | 171 } ftpside_t; typedef 178 ftpside_t ftp_side[2];
|