Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Din6_gif.c105 struct sockaddr_in6 *sin6_dst = (struct sockaddr_in6 *) in in6_gif_output() local
113 if (sin6_src == NULL || sin6_dst == NULL || in in6_gif_output()
115 sin6_dst->sin6_family != AF_INET6) { in in6_gif_output()
179 ip6_output_setdstifscope(m, sin6_dst->sin6_scope_id, NULL); in in6_gif_output()
181 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6_dst->sin6_addr)) { in in6_gif_output()
182 ip6->ip6_dst = sin6_dst->sin6_addr; in in6_gif_output()
193 dst->sin6_family != sin6_dst->sin6_family || in in6_gif_output()
194 !IN6_ARE_ADDR_EQUAL(&dst->sin6_addr, &sin6_dst->sin6_addr) || in in6_gif_output()
198 dst->sin6_family = sin6_dst->sin6_family; in in6_gif_output()
200 dst->sin6_addr = sin6_dst->sin6_addr; in in6_gif_output()