Searched refs:icmp6dst (Results 1 – 1 of 1) sorted by relevance
926 struct sockaddr_in6 icmp6src, icmp6dst; in icmp6_notify_error() local945 bzero(&icmp6dst, sizeof(icmp6dst)); in icmp6_notify_error()1030 icmp6dst.sin6_addr = *((struct in6_addr *)(rth0 + 1) + (hops - 1)); in icmp6_notify_error()1092 icmp6dst.sin6_len = sizeof(struct sockaddr_in6); in icmp6_notify_error()1093 icmp6dst.sin6_family = AF_INET6; in icmp6_notify_error()1094 if (IN6_IS_ADDR_UNSPECIFIED(&icmp6dst.sin6_addr)) in icmp6_notify_error()1095 icmp6dst.sin6_addr = eip6->ip6_dst; in icmp6_notify_error()1096 if (in6_setscope(&icmp6dst.sin6_addr, m->m_pkthdr.rcvif, NULL)) in icmp6_notify_error()1111 ip6cp.ip6c_finaldst = &icmp6dst; in icmp6_notify_error()