Searched refs:nat6_inlookup (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 489 natl = nat6_inlookup(fin, flags & ~(SI_WILDP|NAT_SEARCH), 846 natl = nat6_inlookup(fin, nflags, (u_int)fin->fin_p, 1155 nat = nat6_inlookup(fin, flags, p, 1178 nat = nat6_inlookup(fin, flags, p, 1189 return nat6_inlookup(fin, 0, p, &oip6->ip6_dst, &oip6->ip6_src); 1476 nat_t *nat6_inlookup(fin, flags, p, src, mapdst) in nat6_inlookup() function 1926 if ((nat = nat6_inlookup(&fi, np->nl_flags, fi.fin_p, 1945 if (nat6_inlookup(&fin, np->nl_flags, fin.fin_p, 2375 else if ((nat = nat6_inlookup(fin, nflags|NAT_SEARCH, (u_int)fin->fin_p,
|
H A D | ip_nat.c | 1692 n = nat6_inlookup(&fin, nat->nat_flags, fin.fin_p,
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_nat.h | 514 extern nat_t *nat6_inlookup __P((fr_info_t *, u_int, u_int,
|