Lines Matching refs:ip6_dst
642 else if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { in ip6_output()
653 dst->sin6_addr = ip6->ip6_dst; in ip6_output()
671 !IN6_ARE_ADDR_EQUAL(&ro->ro_dst.sin6_addr, &ip6->ip6_dst))) in ip6_output()
676 IN6_ARE_ADDR_EQUAL(&ro->ro_dst.sin6_addr, &ip6->ip6_dst)) { in ip6_output()
687 dst_sa.sin6_addr = ip6->ip6_dst; in ip6_output()
726 dst_sa.sin6_addr = ip6->ip6_dst; in ip6_output()
816 dst0 = ip6->ip6_dst; in ip6_output()
821 dst_sa.sin6_addr = ip6->ip6_dst; in ip6_output()
857 if (nh && !IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { in ip6_output()
870 if (!IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { in ip6_output()
928 IN6_IS_ADDR_MC_INTFACELOCAL(&ip6->ip6_dst)) { in ip6_output()
942 if ((error = ip6_getpmtu(ro_pmtu, ro != ro_pmtu, ifp, &ip6->ip6_dst, in ip6_output()
966 else if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst) && in ip6_output()
978 in6_clearscope(&ip6->ip6_dst); in ip6_output()
1017 odst = ip6->ip6_dst; in ip6_output()
1032 if (!IN6_ARE_ADDR_EQUAL(&odst, &ip6->ip6_dst)) { in ip6_output()
1035 if (in6_localip(&ip6->ip6_dst)) { in ip6_output()
3319 in6_clearscope(&ip6->ip6_dst); in ip6_mloopback()