Searched refs:addresses (Results 1 – 25 of 25) sorted by relevance
/curl/docs/cmdline-opts/ |
H A D | ipv6.md | 11 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 D | ipv4.md | 11 Help: Resolve names to IPv4 addresses 23 Use IPv4 addresses only when resolving hostnames, and not for example try
|
H A D | dns-servers.md | 5 Arg: <addresses> 23 of IP addresses should be separated with commas. Port numbers may also
|
H A D | haproxy-clientip.md | 22 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 D | noproxy.md | 30 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 D | happy-eyeballs-timeout-ms.md | 20 addresses for dual-stack hosts, giving IPv6 a head-start of the specified
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_IPRESOLVE.md | 30 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 D | CURLOPT_DNS_SHUFFLE_ADDRESSES.md | 17 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 D | CURLOPT_ADDRESS_SCOPE.md | 17 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 D | CURLOPT_NOPROXY.md | 41 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 D | CURLOPT_RESOLVE.md | 46 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 D | CURLOPT_FTPPORT.md | 43 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 D | CURLOPT_PREREQFUNCTION.md | 63 the control connection. IPv6 addresses are represented without surrounding 69 connection. IPv6 addresses are represented without surrounding brackets.
|
H A D | CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md | 32 addresses for dual-stack hosts, preferring IPv6 first for *timeout*
|
H A D | CURLOPT_DNS_CACHE_TIMEOUT.md | 70 /* only reuse addresses for a short time */
|
H A D | CURLOPT_CONNECT_TO.md | 45 Dotted numerical IP addresses are supported for HOST and CONNECT-TO-HOST.
|
/curl/tests/data/ |
H A D | test2053 | 30 Connect to specific host with IP addresses
|
H A D | test212 | 45 # Strip the addresses and port number but leave the rest
|
/curl/docs/libcurl/ |
H A D | libcurl-security.md | 138 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 D | curl_url_get.md | 177 but is provided separately in *CURLUPART_ZONEID*. IPv6 numerical addresses
|
H A D | curl_easy_setopt.md | 84 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 D | hostip.c | 1173 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 D | TODO | 42 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 D | KNOWN_BUGS | 74 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 D | FAQ | 717 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