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

/xnu-2782.1.97/bsd/netinet6/
H A Din6_gif.c109 struct sockaddr_in6 *sin6_dst = (struct sockaddr_in6 *) local
117 if (sin6_src == NULL || sin6_dst == NULL ||
119 sin6_dst->sin6_family != AF_INET6) {
182 if (!IN6_IS_ADDR_UNSPECIFIED(&sin6_dst->sin6_addr))
183 ip6->ip6_dst = sin6_dst->sin6_addr;
194 dst->sin6_family != sin6_dst->sin6_family ||
195 !IN6_ARE_ADDR_EQUAL(&dst->sin6_addr, &sin6_dst->sin6_addr) ||
199 dst->sin6_family = sin6_dst->sin6_family;
201 dst->sin6_addr = sin6_dst->sin6_addr;

Completed in 24 milliseconds