Searched refs:ipf_nat_hostmap (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_nat.c | 227 static hostmap_t *ipf_nat_hostmap(ipf_nat_softc_t *, ipnat_t *, 761 ipf_nat_hostmap(ipf_nat_softc_t *softn, ipnat_t *np, struct in_addr src, in ipf_nat_hostmap() function 2599 hm = ipf_nat_hostmap(softn, np, fin->fin_src, in ipf_nat_newmap() 2786 nat->nat_hm = ipf_nat_hostmap(softn, np, fin->fin_src, in ipf_nat_newmap() 2857 hm = ipf_nat_hostmap(softn, NULL, fin->fin_src, fin->fin_dst, in ipf_nat_newrdr() 2879 hm = ipf_nat_hostmap(softn, NULL, fin->fin_src, in ipf_nat_newrdr() 2988 nat->nat_hm = ipf_nat_hostmap(softn, np, fin->fin_src, in ipf_nat_newrdr()
|