Home
last modified time | relevance | path

Searched refs:ipv6_ip (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Dhttp_proxy.c79 *pipv6_ip = cf->conn->bits.ipv6_ip; in Curl_http_proxy_get_destination()
92 bool ipv6_ip; in Curl_http_proxy_create_CONNECT() local
96 result = Curl_http_proxy_get_destination(cf, &hostname, &port, &ipv6_ip); in Curl_http_proxy_create_CONNECT()
100 authority = aprintf("%s%s%s:%d", ipv6_ip?"[":"", hostname, in Curl_http_proxy_create_CONNECT()
101 ipv6_ip?"]":"", port); in Curl_http_proxy_create_CONNECT()
H A Dcf-h1-proxy.c543 bool ipv6_ip; in CONNECT_host() local
548 result = Curl_http_proxy_get_destination(cf, &hostname, &port, &ipv6_ip); in CONNECT_host()
552 authority = aprintf("%s%s%s:%d", ipv6_ip?"[":"", hostname, ipv6_ip?"]":"", in CONNECT_host()
H A Dcf-h2-proxy.c88 bool ipv6_ip; in tunnel_stream_init() local
97 result = Curl_http_proxy_get_destination(cf, &hostname, &port, &ipv6_ip); in tunnel_stream_init()
102 aprintf("%s%s%s:%d", ipv6_ip?"[":"", hostname, ipv6_ip?"]":"", port); in tunnel_stream_init()
H A Dopenldap.c555 conn->bits.ipv6_ip? "[": "", in oldap_connect()
557 conn->bits.ipv6_ip? "]": "", in oldap_connect()
H A Dhttp.c1773 aptr->host = aprintf("Host: %s%s%s\r\n", conn->bits.ipv6_ip?"[":"", in Curl_http_host()
1774 host, conn->bits.ipv6_ip?"]":""); in Curl_http_host()
1776 aptr->host = aprintf("Host: %s%s%s:%d\r\n", conn->bits.ipv6_ip?"[":"", in Curl_http_host()
1777 host, conn->bits.ipv6_ip?"]":"", in Curl_http_host()
H A Dsocks.c913 if(conn->bits.ipv6_ip) { in do_SOCKS5()
H A Durldata.h527 BIT(ipv6_ip); /* we communicate with a remote site specified with pure IPv6
H A Durl.c1839 conn->bits.ipv6_ip = TRUE;
2940 conn->bits.ipv6_ip ? "[" : "",
2942 conn->bits.ipv6_ip ? "]" : "");

Completed in 61 milliseconds