Home
last modified time | relevance | path

Searched refs:in6 (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dcurl_addrinfo.c446 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 Dhostip.c646 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 Dcurl_config.h.cmake409 /* Define to 1 if you have the <netinet/in6.h> header file. */
/curl/
H A Dconfigure.ac1806 # 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 DCMakeLists.txt1488 check_include_file("netinet/in6.h" HAVE_NETINET_IN6_H)

Completed in 24 milliseconds