Searched refs:nat_outlookup (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rcmd_pxy.c | 182 nat2 = nat_outlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p,
|
H A D | ip_h323_pxy.c | 290 nat2 = nat_outlookup(fin->fin_ifp, IPN_UDP, IPPROTO_UDP,
|
H A D | ip_irc_pxy.c | 417 nat2 = nat_outlookup(fin, IPN_TCP, nat->nat_p, nat->nat_inip,
|
H A D | ip_ipsec_pxy.c | 138 if (nat_outlookup(fin, 0, IPPROTO_ESP, nat->nat_inip,
|
H A D | ip_nat.h | 473 extern nat_t *nat_outlookup __P((fr_info_t *, u_int, u_int, struct in_addr,
|
H A D | ip_pptp_pxy.c | 118 if (nat_outlookup(fin, 0, IPPROTO_GRE, nat->nat_inip,
|
H A D | ip_ftp_pxy.c | 356 nat2 = nat_outlookup(&fi, NAT_SEARCH|IPN_TCP, nat->nat_p, 713 nat2 = nat_outlookup(&fi, nflags|NAT_SEARCH,
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat.c | 1719 n = nat_outlookup(&fin, nat->nat_flags, fin.fin_p, 2471 natl = nat_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 2615 natl = nat_outlookup(fin, nflags, (u_int)fin->fin_p, 2940 nat = nat_outlookup(fin, flags, p, oip->ip_dst, 2963 nat = nat_outlookup(fin, flags, p, oip->ip_dst, 2973 return nat_outlookup(fin, 0, p, oip->ip_dst, oip->ip_src); 3518 nat_t *nat_outlookup(fin, flags, p, src, dst) in nat_outlookup() function 3724 if ((nat = nat_outlookup(&fi, np->nl_flags, fi.fin_p, 3934 else if ((nat = nat_outlookup(fin, nflags|NAT_SEARCH, (u_int)fin->fin_p, 5844 nat = nat_outlookup(fin, nflags, (u_int)fin->fin_p,
|