Searched refs:nat_inlookup (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rcmd_pxy.c | 185 nat2 = nat_inlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p,
|
H A D | ip_nat.h | 476 extern nat_t *nat_inlookup __P((fr_info_t *, u_int, u_int, struct in_addr,
|
H A D | ip_ftp_pxy.c | 359 nat2 = nat_inlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p, 716 nat2 = nat_inlookup(&fi, nflags|NAT_SEARCH,
|
H A D | ip_rpcb_pxy.c | 1232 natl = nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat.c | 1687 n = nat_inlookup(&fin, nat->nat_flags, fin.fin_p, 2281 natl = nat_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 2632 natl = nat_inlookup(fin, nflags, (u_int)fin->fin_p, 2937 nat = nat_inlookup(fin, flags, p, oip->ip_dst, 2960 nat = nat_inlookup(fin, flags, p, oip->ip_dst, 2971 return nat_inlookup(fin, 0, p, oip->ip_dst, oip->ip_src); 3264 nat_t *nat_inlookup(fin, flags, p, src, mapdst) in nat_inlookup() function 3714 if ((nat = nat_inlookup(&fi, np->nl_flags, fi.fin_p, 3734 if (nat_inlookup(&fin, np->nl_flags, fin.fin_p, 4260 else if ((nat = nat_inlookup(fin, nflags|NAT_SEARCH, (u_int)fin->fin_p, [all …]
|