Searched refs:nat6_outlookup (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 686 natl = nat6_outlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 829 natl = nat6_outlookup(fin, nflags, (u_int)fin->fin_p, 1158 nat = nat6_outlookup(fin, flags, p, 1181 nat = nat6_outlookup(fin, flags, p, 1191 return nat6_outlookup(fin, 0, p, &oip6->ip6_dst, 1731 nat_t *nat6_outlookup(fin, flags, p, src, dst) in nat6_outlookup() function 1936 if ((nat = nat6_outlookup(&fi, np->nl_flags, fi.fin_p, 2091 else if ((nat = nat6_outlookup(fin, nflags|NAT_SEARCH,
|
H A D | ip_nat.c | 1724 n = nat6_outlookup(&fin, nat->nat_flags, fin.fin_p,
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_nat.h | 517 extern nat_t *nat6_outlookup __P((fr_info_t *, u_int, u_int,
|