Searched refs:ipv6_ip (Results 1 – 9 of 9) sorted by relevance
/curl/lib/ |
H A D | http_proxy.c | 79 *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 D | cf-h1-proxy.c | 541 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 D | cf-h2-proxy.c | 87 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 D | openldap.c | 541 conn->bits.ipv6_ip ? "[" : "", in oldap_connect() 543 conn->bits.ipv6_ip ? "]" : "", in oldap_connect()
|
H A D | http.c | 1758 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 D | socks.c | 913 if(conn->bits.ipv6_ip) { in do_SOCKS5()
|
H A D | urldata.h | 523 BIT(ipv6_ip); /* we communicate with a remote site specified with pure IPv6
|
H A D | url.c | 1804 conn->bits.ipv6_ip = TRUE; 2953 conn->bits.ipv6_ip ? "[" : "", 2955 conn->bits.ipv6_ip ? "]" : "");
|
/curl/lib/vssh/ |
H A D | libssh.c | 2194 if(conn->bits.ipv6_ip) { in myssh_connect()
|
Completed in 47 milliseconds