Home
last modified time | relevance | path

Searched refs:ipv6_ip (Results 1 – 9 of 9) 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.c541 bool ipv6_ip; in CONNECT_host() local
546 result = Curl_http_proxy_get_destination(cf, &hostname, &port, &ipv6_ip); in CONNECT_host()
550 authority = aprintf("%s%s%s:%d", ipv6_ip ? "[":"", hostname, in CONNECT_host()
551 ipv6_ip ? "]" : "", port); in CONNECT_host()
H A Dcf-h2-proxy.c87 bool ipv6_ip; in tunnel_stream_init() local
96 result = Curl_http_proxy_get_destination(cf, &hostname, &port, &ipv6_ip); in tunnel_stream_init()
101 aprintf("%s%s%s:%d", ipv6_ip ? "[":"", hostname, in tunnel_stream_init()
102 ipv6_ip ? "]" : "", port); in tunnel_stream_init()
H A Dopenldap.c541 conn->bits.ipv6_ip ? "[" : "", in oldap_connect()
543 conn->bits.ipv6_ip ? "]" : "", in oldap_connect()
H A Dhttp.c1758 aptr->host = aprintf("Host: %s%s%s\r\n", conn->bits.ipv6_ip ? "[" : "", in Curl_http_host()
1759 host, conn->bits.ipv6_ip ? "]" : ""); in Curl_http_host()
1762 conn->bits.ipv6_ip ? "[" : "", in Curl_http_host()
1763 host, conn->bits.ipv6_ip ? "]" : "", in Curl_http_host()
H A Dsocks.c913 if(conn->bits.ipv6_ip) { in do_SOCKS5()
H A Durldata.h523 BIT(ipv6_ip); /* we communicate with a remote site specified with pure IPv6
H A Durl.c1804 conn->bits.ipv6_ip = TRUE;
2953 conn->bits.ipv6_ip ? "[" : "",
2955 conn->bits.ipv6_ip ? "]" : "");
/curl/lib/vssh/
H A Dlibssh.c2194 if(conn->bits.ipv6_ip) { in myssh_connect()

Completed in 47 milliseconds