Home | History | Annotate | Download | only in lib

Lines Matching refs:sa6

994   struct sockaddr_in6 * const sa6 = (void *)sa;
1050 if(Curl_inet_pton(AF_INET6, string_ftpport, sa6) == 1) {
1121 Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf));
1181 sa6->sin6_port = htons(port);
1273 port = ntohs(sa6->sin6_port);