Home
last modified time | relevance | path

Searched refs:addresses (Results 1 – 25 of 25) sorted by relevance

/curl/docs/cmdline-opts/
H A Dipv6.md11 Help: Resolve names to IPv6 addresses
23 Use IPv6 addresses only when resolving hostnames, and not for example try
27 addresses that contain "mapped" IPv4 addresses for compatibility purposes.
H A Dipv4.md11 Help: Resolve names to IPv4 addresses
23 Use IPv4 addresses only when resolving hostnames, and not for example try
H A Ddns-servers.md5 Arg: <addresses>
23 of IP addresses should be separated with commas. Port numbers may also
H A Dhaproxy-clientip.md22 For valid requests, IPv4 addresses must be indicated as a series of exactly
26 with octal numbers. IPv6 addresses must be indicated as series of 4 hexadecimal
H A Dnoproxy.md30 IP addresses specified to this option can be provided using CIDR notation
33 `192.168.0.0/16` would match all addresses starting with `192.168`.
H A Dhappy-eyeballs-timeout-ms.md20 addresses for dual-stack hosts, giving IPv6 a head-start of the specified
/curl/docs/libcurl/opts/
H A DCURLOPT_IPRESOLVE.md30 Allows an application to select what kind of IP addresses to use when
42 Default, can use addresses of all IP versions that your system allows.
46 Uses only IPv4 addresses.
50 Uses only IPv6 addresses.
68 /* of all addresses example.com resolves to, only IPv6 ones are used */
H A DCURLOPT_DNS_SHUFFLE_ADDRESSES.md17 CURLOPT_DNS_SHUFFLE_ADDRESSES - shuffle IP addresses for hostname
32 function shuffles the order of all returned addresses so that they are used in
41 Since the addresses returned are randomly reordered, the order is not in
H A DCURLOPT_ADDRESS_SCOPE.md17 CURLOPT_ADDRESS_SCOPE - scope id for IPv6 addresses
29 Pass a long specifying the scope id value to use when connecting to IPv6 addresses.
H A DCURLOPT_NOPROXY.md41 Enter IPv6 numerical addresses in the list of hostnames without enclosing
46 Since 7.86.0, IP addresses specified to this option can be provided using CIDR
49 would match all addresses starting with "192.168".
H A DCURLOPT_RESOLVE.md46 numerical IP addresses. If you specify multiple IP addresses they need to be
115 Support for providing multiple IP addresses per entry was added in 7.59.0.
H A DCURLOPT_FTPPORT.md43 handle. Invalid port/range settings are ignored. IPv6 addresses followed by a
44 port or port range have to be in brackets. IPv6 addresses without port/range
H A DCURLOPT_PREREQFUNCTION.md63 the control connection. IPv6 addresses are represented without surrounding
69 connection. IPv6 addresses are represented without surrounding brackets.
H A DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md32 addresses for dual-stack hosts, preferring IPv6 first for *timeout*
H A DCURLOPT_DNS_CACHE_TIMEOUT.md70 /* only reuse addresses for a short time */
H A DCURLOPT_CONNECT_TO.md45 Dotted numerical IP addresses are supported for HOST and CONNECT-TO-HOST.
/curl/tests/data/
H A Dtest205330 Connect to specific host with IP addresses
H A Dtest21245 # Strip the addresses and port number but leave the rest
/curl/docs/libcurl/
H A Dlibcurl-security.md138 function in which addresses are sanitized before use.
189 based on numerical IPv4 addresses used in URLs. This is a bad and error-prone
196 libcurl handles IPv6 addresses transparently and just as easily as IPv4
197 addresses. That means that a sanitizing function that filters out addresses
198 like 127.0.0.1 is not sufficient - the equivalent IPv6 addresses **::1**,
207 addresses to IPv4 only and bypass these issues.
H A Dcurl_url_get.md177 but is provided separately in *CURLUPART_ZONEID*. IPv6 numerical addresses
H A Dcurl_easy_setopt.md84 IPv6 scope for local addresses. See CURLOPT_ADDRESS_SCOPE(3)
265 Shuffle addresses before use. See CURLOPT_DNS_SHUFFLE_ADDRESSES(3)
/curl/lib/
H A Dhostip.c1173 char *addresses = NULL; in Curl_loadhostpairs() local
1202 addresses = end_ptr + 1; in Curl_loadhostpairs()
1312 (int)hlen, host_begin, port, addresses, in Curl_loadhostpairs()
/curl/docs/
H A DTODO42 1.25 Expose tried IP addresses that failed
68 4.8 Passive transfer could try other IP addresses
225 To support IPv6 interface addresses for network interfaces properly.
318 IP family as well when there are multiple available addresses: start with the
398 1.25 Expose tried IP addresses that failed
401 addresses that were used in the attempt. Source + dest IP, source + dest port
579 4.8 Passive transfer could try other IP addresses
583 addresses and a failed connect on one address should make it try the next.
585 After switching to passive mode (EPSV), curl could try all IP addresses for
H A DKNOWN_BUGS74 11.2 error buffer not set if connection to multiple addresses fails
452 11.2 error buffer not set if connection to multiple addresses fails
454 If you ask libcurl to resolve a hostname like example.com to IPv6 addresses
H A DFAQ717 the DNS. Or you have a site using multiple IP addresses for a given host
897 not a task that curl addresses. You could of course encrypt them somehow to
1279 Also note that libcurl never resolves or reverse-lookups addresses given as

Completed in 43 milliseconds