Searched refs:in6 (Results 1 – 5 of 5) sorted by relevance
/curl/lib/ |
H A D | curl_addrinfo.c | 446 struct in6_addr in6; in Curl_str2addr() local 447 if(Curl_inet_pton(AF_INET6, address, &in6) > 0) in Curl_str2addr() 449 return Curl_ip2addr(AF_INET6, &in6, address, port); in Curl_str2addr()
|
H A D | hostip.c | 646 struct in6_addr in6; in Curl_host_is_ipnum() local 650 || Curl_inet_pton(AF_INET6, hostname, &in6) > 0 in Curl_host_is_ipnum() 766 struct in6_addr in6; in Curl_resolv() local 768 if(Curl_inet_pton(AF_INET6, hostname, &in6) > 0) { in Curl_resolv() 770 addr = Curl_ip2addr(AF_INET6, &in6, hostname, port); in Curl_resolv() 785 struct in6_addr in6; in Curl_resolv() local 787 if(Curl_inet_pton(AF_INET6, hostname, &in6) > 0) in Curl_resolv()
|
H A D | curl_config.h.cmake | 409 /* Define to 1 if you have the <netinet/in6.h> header file. */
|
/curl/ |
H A D | configure.ac | 1806 # include <netinet/in6.h> 1841 # include <netinet/in6.h> 3945 netinet/in6.h \ 3995 #include <netinet/in6.h> /* is this really required to detect other headers? */
|
H A D | CMakeLists.txt | 1488 check_include_file("netinet/in6.h" HAVE_NETINET_IN6_H)
|
Completed in 24 milliseconds