/src/sys/external/bsd/ipf/netinet/ |
ip_nat.h | 284 } ipnat_t; typedef in typeref:struct:ipnat 409 #define IPN_CMPSIZ (sizeof(ipnat_t) - offsetof(ipnat_t, in_v)) 483 ipnat_t *nai_np; 542 ipnat_t *ns_list; 664 ipnat_t *ipf_nat_list; 665 ipnat_t **ipf_nat_list_tail; 666 ipnat_t **ipf_nat_map_rules; 667 ipnat_t **ipf_nat_rdr_rules; 725 extern nat_t *ipf_nat_add(fr_info_t *, ipnat_t *, nat_t ** [all...] |
ip_nat.c | 223 static void ipf_nat_addmap(ipf_nat_softc_t *, ipnat_t *); 224 static void ipf_nat_addrdr(ipf_nat_softc_t *, ipnat_t *); 225 static int ipf_nat_builddivertmp(ipf_nat_softc_t *, ipnat_t *); 227 static int ipf_nat_cmp_rules(ipnat_t *, ipnat_t *); 230 ipnat_t *, int); 237 static hostmap_t *ipf_nat_hostmap(ipf_nat_softc_t *, ipnat_t *, 243 static int ipf_nat_match(fr_info_t *, ipnat_t *); 255 static int ipf_nat_resolverule(ipf_main_softc_t *, ipnat_t *); 257 ipf_nat_softc_t *, ipnat_t *); [all...] |
ip_proxy.h | 199 ipnat_t *ipsc_rule; 460 extern ipnat_t *ipf_proxy_rule_fwd(nat_t *); 461 extern ipnat_t *ipf_proxy_rule_rev(nat_t *);
|
ip_tftp_pxy.c | 49 ipnat_t *ti_rule; 160 ipnat_t *ipn; 161 ipnat_t *np; 172 KMALLOCS(ipn, ipnat_t *, size);
|
ip_proxy.c | 682 ipf_proxy_ok(fr_info_t *fin, tcphdr_t *tcp, ipnat_t *np) 775 ipnat_t *ipn; 1288 /* Returns: ipnat_t * - NULL = failure, else pointer to new rule */ 1304 ipnat_t * 1307 ipnat_t *old; 1308 ipnat_t *ipn; 1314 KMALLOCS(ipn, ipnat_t *, size); 1381 /* Returns: ipnat_t * - NULL = failure, else pointer to new rule */ 1391 ipnat_t * 1394 ipnat_t *old [all...] |
ip_pptp_pxy.c | 39 ipnat_t *pptp_rule; 119 ipnat_t *ipn; 120 ipnat_t *np; 144 KMALLOCS(ipn, ipnat_t *, size);
|
ip_rcmd_pxy.c | 22 ipnat_t *rcmd_rule; /* Template rule for back connection */ 74 ipnat_t *ipn;
|
ip_nat6.c | 114 static struct hostmap *ipf_nat6_hostmap(ipf_nat_softc_t *, ipnat_t *, 117 static int ipf_nat6_match(fr_info_t *, ipnat_t *); 125 static int ipf_nat6_builddivertmp(ipf_nat_softc_t *, ipnat_t *); 158 ipnat_t *n) 213 ipf_nat6_addrdr(ipf_nat_softc_t *softn, ipnat_t *n) 216 ipnat_t **np; 260 ipf_nat6_addmap(ipf_nat_softc_t *softn, ipnat_t *n) 263 ipnat_t **np; 299 ipf_nat6_delrdr(ipf_nat_softc_t *softn, ipnat_t *n) 331 ipf_nat6_delmap(ipf_nat_softc_t *softn, ipnat_t *n [all...] |
ip_ipsec_pxy.c | 141 ipnat_t *ipn, *np; 172 KMALLOCS(ipn, ipnat_t *, size);
|
ip_fil_compat.c | 794 ipnat_t ipn_ipnat; 803 ipnat_t ipn_ipnat; 839 ipnat_t *ns_list; 869 ipnat_t *ns_list; 898 ipnat_t *ns_list; 926 ipnat_t *ns_list; 2351 ipnat_t *np = (ipnat_t *)current; 2442 ipnat_t *np = (ipnat_t *)current [all...] |
ip_rpcb_pxy.c | 1109 ipnat_t *ipn, ipnat;
|
ip_ftp_pxy.c | 442 ipnat_t *ipn; 823 ipnat_t *ipn;
|
fil.c | 7579 ipf_nat_rule_deref(softc, (ipnat_t **)datap);
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
ipf.c | 154 ftp_proxy_entry_add_nat(struct ftp_proxy_entry *fpe, ipnat_t *ipn) 169 ipfilter_add_nat(ipnat_t *ipn) 183 ipfilter_remove_nat(ipnat_t ipn) 227 ipnat_t *ipn;
|