| /src/sys/external/bsd/ipf/netinet/ |
| ip_rpcb_pxy.c | 1113 nat_t *natl; local 1162 natl = ipf_nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst); 1164 if ((natl != NULL) && (is != NULL)) { 1178 if (natl == NULL) { 1206 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE, 1212 if (natl == NULL) { 1217 natl->nat_ptr = ipn; 1218 fi.fin_saddr = natl->nat_nsrcaddr; 1219 fi.fin_daddr = natl->nat_ndstaddr; 1221 (void) ipf_nat_proto(&fi, natl, nflags) [all...] |
| ip_nat.c | 2600 nat_t *natl; local 2719 natl = NULL; 2795 natl = ipf_nat_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 2804 if ((natl != NULL) && 2811 } while (natl != NULL); 2861 nat_t *natl; local 3004 natl = ipf_nat_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 3008 if (natl != NULL) { 3009 DT2(ns_new_xlate_exists, fr_info_t *, fin, nat_t *, natl); 3066 nat_t *nat, *natl; local 6062 struct natlog natl; local 6935 nat_t *natl; local 7153 nat_t *natl; local [all...] |
| ip_nat6.c | 457 nat_t *natl; local 585 natl = NULL; 668 natl = ipf_nat6_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 678 if ((natl != NULL) && 686 } while (natl != NULL); 736 nat_t *natl; local 881 natl = ipf_nat6_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 886 if (natl != NULL) { 944 nat_t *nat, *natl; local 1033 natl = ipf_nat6_outlookup(fin, nflags, (u_int)fin->fin_p 3371 nat_t *natl; local 3595 nat_t *natl; local [all...] |