Searched refs:IP6_NEQ (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 1252 if ((IP6_NEQ(&saddr, &in6addr_any) && 1253 IP6_NEQ(&saddr, &ips.is_src)) || 1254 (IP6_NEQ(&daddr, &in6addr_any) && 1255 IP6_NEQ(&daddr, &ips.is_dst)))
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 1130 if (IP6_NEQ(&fin->fin_dst6, &oip6->ip6_src)) 1611 if (IP6_NEQ(&nat->nat_oip6, src) || 1612 IP6_NEQ(&nat->nat_outip6, &dst)) 1851 if (IP6_NEQ(&nat->nat_inip6, src) || 1852 IP6_NEQ(&nat->nat_oip6, dst))
|
H A D | ip_state.c | 1528 fin->fin_rev = IP6_NEQ(&is->is_dst, &fin->fin_daddr); 2114 rev = IP6_NEQ(&is->is_dst, dst); 2527 backward = IP6_NEQ(&is->is_src, &src); 2582 backward = IP6_NEQ(&is->is_src, &src); 4119 backward = IP6_NEQ(&is->is_dst, &src); 4169 backward = IP6_NEQ(&is->is_dst, &src);
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 203 #define IP6_NEQ(a,b) ((I63(a) != I63(b)) || (I62(a) != I62(b)) || \ macro
|