Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dicmp6.c901 struct sockaddr_in6 icmp6src, icmp6dst; in icmp6_notify_error() local
920 bzero(&icmp6dst, sizeof(icmp6dst)); in icmp6_notify_error()
1006 icmp6dst.sin6_addr = *((struct in6_addr *)(rth0 + 1) + (hops - 1)); in icmp6_notify_error()
1060 icmp6dst.sin6_len = sizeof(struct sockaddr_in6); in icmp6_notify_error()
1061 icmp6dst.sin6_family = AF_INET6; in icmp6_notify_error()
1062 if (IN6_IS_ADDR_UNSPECIFIED(&icmp6dst.sin6_addr)) in icmp6_notify_error()
1063 icmp6dst.sin6_addr = eip6->ip6_dst; in icmp6_notify_error()
1064 if (in6_setscope(&icmp6dst.sin6_addr, m->m_pkthdr.rcvif, NULL)) in icmp6_notify_error()
1079 ip6cp.ip6c_finaldst = &icmp6dst.sin6_addr; in icmp6_notify_error()
1092 (void) (*ctlfunc)(code, (struct sockaddr *)&icmp6dst, in icmp6_notify_error()