Home
last modified time | relevance | path

Searched refs:icmp6dst (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/
H A Dicmp6.c938 struct sockaddr_in6 icmp6src, icmp6dst; in icmp6_notify_error() local
958 bzero(&icmp6dst, sizeof(icmp6dst)); in icmp6_notify_error()
1052 icmp6dst.sin6_addr = *((struct in6_addr *)(void *)(rth0 + 1) + (hops - 1)); in icmp6_notify_error()
1120 icmp6dst.sin6_len = sizeof(struct sockaddr_in6); in icmp6_notify_error()
1121 icmp6dst.sin6_family = AF_INET6; in icmp6_notify_error()
1122 if (IN6_IS_ADDR_UNSPECIFIED(&icmp6dst.sin6_addr)) { in icmp6_notify_error()
1123 icmp6dst.sin6_addr = eip6->ip6_dst; in icmp6_notify_error()
1125 …if (in6_setscope(&icmp6dst.sin6_addr, m->m_pkthdr.rcvif, IN6_NULL_IF_EMBEDDED_SCOPE(&icmp6dst.sin6… in icmp6_notify_error()
1132 …if (in6_setscope(&icmp6src.sin6_addr, m->m_pkthdr.rcvif, IN6_NULL_IF_EMBEDDED_SCOPE(&icmp6dst.sin6… in icmp6_notify_error()
1142 ip6cp.ip6c_finaldst = &icmp6dst.sin6_addr; in icmp6_notify_error()
[all …]