Home | History | Annotate | Download | only in net

Lines Matching refs:sin6

1022 	struct sockaddr_in6 *sin6;
1064 sin6 = (struct sockaddr_in6 *)(void *)cur->ai_addr;
1065 if (ip6_str2scopeid(scope, sin6, &scopeid) == -1) {
1069 sin6->sin6_scope_id = scopeid;
1242 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid)
1249 assert(sin6 != NULL);
1252 a6 = &sin6->sin6_addr;