Home | History | Annotate | Download | only in netinet

Lines Matching defs:to6

1154 		struct sockaddr_in6 *to6, *from6;
1157 to6 = (struct sockaddr_in6 *)&to_store;
1159 memset(to6, 0, sizeof(*to6));
1161 from6->sin6_family = to6->sin6_family = AF_INET6;
1162 from6->sin6_len = to6->sin6_len = sizeof(struct sockaddr_in6);
1164 to6->sin6_addr = ip6->ip6_dst;
1166 to6->sin6_port = sh->dest_port;
1170 (void)in6_recoverscope(to6, &to6->sin6_addr, NULL);
1171 (void)in6_embedscope(&to6->sin6_addr, to6, NULL, NULL);