Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/client/
H A Dconnect3.c74 struct addrinfo **ipv6Dns = get_dns_res(res, AF_INET6, totalLength, &ipv6Size); in sort_dns() local
77 if (ipv4Dns == NULL && ipv6Dns == NULL) { in sort_dns()
82 ipv6Dns[i]->ai_next = NULL; in sort_dns()
100 next->ai_next = ipv6Dns[ipv6Index++]; in sort_dns()
109 next->ai_next = ipv6Dns[ipv6Index++]; in sort_dns()
120 if (ipv6Dns) { in sort_dns()
121 free(ipv6Dns); in sort_dns()

Completed in 2 milliseconds