HomeSort by: relevance | last modified time | path
    Searched refs:ftp_proxy_ops_t (Results 1 - 5 of 5) sorted by relevancy

  /src/dist/pf/usr.sbin/ftp-proxy/
filter.h 35 } ftp_proxy_ops_t; typedef in typeref:struct:__anonf070211c0108
37 extern const ftp_proxy_ops_t pf_fprx_ops;
44 extern const ftp_proxy_ops_t npf_fprx_ops;
49 extern const ftp_proxy_ops_t ipf_fprx_ops;
ipf.c 67 const ftp_proxy_ops_t ipf_fprx_ops = {
npf.c 69 const ftp_proxy_ops_t npf_fprx_ops = {
filter.c 73 const ftp_proxy_ops_t pf_fprx_ops = {
ftp-proxy.c 134 static const ftp_proxy_ops_t * fops = &pf_fprx_ops;

Completed in 14 milliseconds