Searched refs:fin_dst6 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 320 hm = nat6_hostmap(np, &fin->fin_src6, &fin->fin_dst6, 490 (u_int)fin->fin_p, &fin->fin_dst6.in6, &in.in6); 512 nat->nat_oip6 = fin->fin_dst6; 514 nat->nat_hm = nat6_hostmap(np, &fin->fin_src6, &fin->fin_dst6, 581 hm = nat6_hostmap(NULL, &fin->fin_src6, &fin->fin_dst6, &in, 601 hm = nat6_hostmap(np, &fin->fin_src6, &fin->fin_dst6, 632 in = fin->fin_dst6; 640 temp.i6[0] = fin->fin_dst6.i6[0] & ~np->in_in[1].i6[0]; 641 temp.i6[1] = fin->fin_dst6.i6[1] & ~np->in_in[1].i6[1]; 642 temp.i6[2] = fin->fin_dst6.i6[2] & ~np->in_in[1].i6[2]; [all …]
|
H A D | ip_fil_solaris.c | 1155 ip6->ip6_src = fin->fin_dst6.in6; 1370 dst6 = fin->fin_dst6.in6;
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 426 # define fin_dst6 fin_fi.fi_dst macro
|