Lines Matching refs:v6dst
2186 const in6_addr_t *v6src, const in6_addr_t *v6dst, uint32_t flowinfo)
2235 IN6_V4MAPPED_TO_IPADDR(v6dst, ipha->ipha_dst);
2253 ip6h->ip6_dst = *v6dst;
2292 const in6_addr_t *v6src, const in6_addr_t *v6dst,
2338 ASSERT(IN6_IS_ADDR_V4MAPPED(v6dst));
2340 IN6_V4MAPPED_TO_IPADDR(v6dst, ipha->ipha_dst);
2358 ip6h->ip6_dst = *v6dst;
2497 const in6_addr_t *v6src, const in6_addr_t *v6dst,
2520 IN6_V4MAPPED_TO_IPADDR(v6dst, v4dst);
2538 error = ip_set_destination_v6(&laddr, v6dst, v6nexthop, ixa,
2553 ipsec_cache_outbound_policy(connp, v6src, v6dst, dstport, ixa);
2753 const in6_addr_t *v6dst, ip_pkt_t *ipp)
2758 if (IN6_IS_ADDR_V4MAPPED(v6dst)) {
2761 IN6_V4MAPPED_TO_IPADDR(v6dst, v4dst);
2788 v6dst, opt_storage, ixa->ixa_ipst);