Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c970 struct sockaddr_in6 icmp6src, icmp6dst; in icmp6_notify_error() local
990 SOCKADDR_ZERO(&icmp6dst, sizeof(icmp6dst)); in icmp6_notify_error()
1084 icmp6dst.sin6_addr = *((struct in6_addr *)(void *)(rth0 + 1) + (hops - 1)); in icmp6_notify_error()
1152 icmp6dst.sin6_len = sizeof(struct sockaddr_in6); in icmp6_notify_error()
1153 icmp6dst.sin6_family = AF_INET6; in icmp6_notify_error()
1154 if (IN6_IS_ADDR_UNSPECIFIED(&icmp6dst.sin6_addr)) { in icmp6_notify_error()
1155 icmp6dst.sin6_addr = eip6->ip6_dst; in icmp6_notify_error()
1157 …if (in6_setscope(&icmp6dst.sin6_addr, m->m_pkthdr.rcvif, IN6_NULL_IF_EMBEDDED_SCOPE(&icmp6dst.sin6… in icmp6_notify_error()
1164 …if (in6_setscope(&icmp6src.sin6_addr, m->m_pkthdr.rcvif, IN6_NULL_IF_EMBEDDED_SCOPE(&icmp6dst.sin6… in icmp6_notify_error()
1174 ip6cp.ip6c_finaldst = &icmp6dst.sin6_addr; in icmp6_notify_error()
[all …]