Searched refs:natinfo_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_nat.h | 465 } natinfo_t; typedef 752 extern int ipf_nat6_newmap(fr_info_t *, nat_t *, natinfo_t *); 753 extern int ipf_nat6_newrdr(fr_info_t *, nat_t *, natinfo_t *); 756 extern int ipf_nat6_newrewrite(fr_info_t *, nat_t *, natinfo_t *); 757 extern int ipf_nat6_newdivert(fr_info_t *, nat_t *, natinfo_t *);
|
H A D | ip_nat.c | 235 static int ipf_nat_newmap(fr_info_t *, nat_t *, natinfo_t *); 236 static int ipf_nat_newdivert(fr_info_t *, nat_t *, natinfo_t *); 237 static int ipf_nat_newrdr(fr_info_t *, nat_t *, natinfo_t *); 238 static int ipf_nat_newrewrite(fr_info_t *, nat_t *, natinfo_t *); 2550 ipf_nat_newmap(fr_info_t *fin, nat_t *nat, natinfo_t *ni) in ipf_nat_newmap() 2609 DT4(ns_exhausted_1, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() 2627 DT4(ns_exhausted_2, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() 2663 DT4(ns_new_ifpaddr_1, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() 2674 DT4(ns_exhausted_3, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() 2770 DT4(ns_wrap, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() [all …]
|
H A D | ip_nat6.c | 440 ipf_nat6_newmap(fr_info_t *fin, nat_t *nat, natinfo_t *ni) in ipf_nat6_newmap() 718 ipf_nat6_newrdr(fr_info_t *fin, nat_t *nat, natinfo_t *ni) in ipf_nat6_newrdr() 939 natinfo_t ni; in ipf_nat6_add() 3358 ipf_nat6_newrewrite(fr_info_t *fin, nat_t *nat, natinfo_t *nai) in ipf_nat6_newrewrite() 3584 ipf_nat6_newdivert(fr_info_t *fin, nat_t *nat, natinfo_t *nai) in ipf_nat6_newdivert()
|