Searched refs:network (Results 1 – 25 of 54) sorted by relevance
123
/curl/lib/ |
H A D | noproxy.h | 33 const char *network, /* 1.2.3.4 address */ 36 const char *network,
|
H A D | noproxy.c | 46 const char *network, /* 1.2.3.4 address */ in Curl_cidr4_match() argument 58 if(1 != Curl_inet_pton(AF_INET, network, &check)) in Curl_cidr4_match() 67 ipv4, haddr, network, hcheck, bits, mask, in Curl_cidr4_match() 78 const char *network, in Curl_cidr6_match() argument 96 if(1 != Curl_inet_pton(AF_INET6, network, check)) in Curl_cidr6_match() 106 (void)network; in Curl_cidr6_match()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CONV_TO_NETWORK_FUNCTION.md | 17 CURLOPT_CONV_TO_NETWORK_FUNCTION - convert data to network from host encoding 46 network encoding. It is used when commands or ASCII data are sent over the 47 network. 60 The iconv code in libcurl defaults the network and UTF8 codeset names as
|
H A D | CURLOPT_TCP_NODELAY.md | 36 small packets on the network (where "small packets" means TCP segments less 37 than the Maximum Segment Size for the network). 42 amounts of data at a time, and can contribute to congestion on the network if
|
H A D | CURLOPT_CONV_FROM_NETWORK_FUNCTION.md | 17 CURLOPT_CONV_FROM_NETWORK_FUNCTION - convert data from network to host encoding 46 network encoding. It is used when commands or ASCII data are received over the 47 network. 61 The iconv code in libcurl defaults the network and UTF8 codeset names as
|
H A D | CURLOPT_INTERFACE.md | 31 outgoing network interface. The name can be an interface name, an IP address, 43 libcurl does not support using network interface names for this option on
|
H A D | CURLOPT_CONNECT_TO.md | 33 use for establishing network connections with this handle. The linked list 52 establish the network connection. 57 The "connect to" host and port are only used to establish the network
|
H A D | CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md | 39 150-250 ms apart to balance human factors against network load." libcurl
|
H A D | CURLINFO_OS_ERRNO.md | 33 libcurl network-related errors that may have a saved errno are:
|
H A D | CURLOPT_DNS_INTERFACE.md | 31 Pass a char pointer as parameter. Set the name of the network interface that
|
/curl/docs/libcurl/ |
H A D | curl_easy_perform.md | 20 curl_easy_perform - perform a blocking network transfer 32 curl_easy_perform(3) performs a network transfer in a blocking manner and 45 using less network resources. You probably want to use curl_easy_setopt(3) 53 A network transfer moves data to a peer or from a peer. An application tells
|
/curl/docs/cmdline-opts/ |
H A D | verbose.md | 45 A forth time adds tracing of all network components. (--trace-config network). 53 Note that verbose output of curl activities and network traffic might contain
|
H A D | interface.md | 6 Help: Use network interface 43 curl does not support using network interface names for this option on
|
H A D | unix-socket.md | 19 Connect through this Unix domain socket, instead of using the network.
|
H A D | vlan-priority.md | 21 This field is set on Ethernet level, and only works within a local network.
|
H A D | abstract-unix-socket.md | 19 Connect through an abstract Unix domain socket, instead of using the network.
|
H A D | trace.md | 28 Note that verbose output of curl activities and network traffic might contain
|
H A D | anyauth.md | 22 checking the response-headers, thus possibly inducing an extra network
|
H A D | happy-eyeballs-timeout-ms.md | 27 balance human factors against network load." libcurl currently defaults to
|
H A D | mptcp.md | 18 to the standard TCP that allows multiple TCP streams over different network
|
H A D | trace-ascii.md | 29 Note that verbose output of curl activities and network traffic might contain
|
H A D | login-options.md | 30 it sends your password over the network in plain text. This does not work if
|
H A D | url.md | 33 On Windows, `file://` accesses can be converted to network accesses by the
|
H A D | noproxy.md | 32 network bits out of the address to use in the comparison. For example
|
H A D | connect-to.md | 20 instead. This option is only used to establish the network connection. It does
|
Completed in 20 milliseconds
123