IP6_NEQ
if ((IP6_NEQ(&saddr, &in6addr_any) &&
IP6_NEQ(&saddr, &ips.is_src)) ||
(IP6_NEQ(&daddr, &in6addr_any) &&
IP6_NEQ(&daddr, &ips.is_dst)))
if (IP6_NEQ(&fin->fin_dst6, &oip6->ip6_src))
if (IP6_NEQ(&nat->nat_oip6, src) ||
IP6_NEQ(&nat->nat_outip6, &dst))
if (IP6_NEQ(&nat->nat_inip6, src) ||
IP6_NEQ(&nat->nat_oip6, dst))
fin->fin_rev = IP6_NEQ(&is->is_dst, &fin->fin_daddr);
rev = IP6_NEQ(&is->is_dst, dst);
backward = IP6_NEQ(&is->is_src, &src);
backward = IP6_NEQ(&is->is_src, &src);
backward = IP6_NEQ(&is->is_dst, &src);
backward = IP6_NEQ(&is->is_dst, &src);