Searched refs:ipf_nat_hostmap (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/external/bsd/ipf/netinet/ |
| D | ip_nat.c | 237 static hostmap_t *ipf_nat_hostmap(ipf_nat_softc_t *, ipnat_t *, 766 ipf_nat_hostmap(ipf_nat_softc_t *softn, ipnat_t *np, struct in_addr src, in ipf_nat_hostmap() function 2634 hm = ipf_nat_hostmap(softn, np, fin->fin_src, in ipf_nat_newmap() 2818 nat->nat_hm = ipf_nat_hostmap(softn, np, fin->fin_src, in ipf_nat_newmap() 2889 hm = ipf_nat_hostmap(softn, NULL, fin->fin_src, fin->fin_dst, in ipf_nat_newrdr() 2911 hm = ipf_nat_hostmap(softn, NULL, fin->fin_src, in ipf_nat_newrdr() 3018 nat->nat_hm = ipf_nat_hostmap(softn, np, fin->fin_src, in ipf_nat_newrdr()
|