Home
last modified time | relevance | path

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

123

/curl/lib/
H A Dnoproxy.h33 const char *network, /* 1.2.3.4 address */
36 const char *network,
H A Dnoproxy.c46 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 DCURLOPT_CONV_TO_NETWORK_FUNCTION.md17 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 DCURLOPT_TCP_NODELAY.md36 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 DCURLOPT_CONV_FROM_NETWORK_FUNCTION.md17 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 DCURLOPT_INTERFACE.md31 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 DCURLOPT_CONNECT_TO.md33 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 DCURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md39 150-250 ms apart to balance human factors against network load." libcurl
H A DCURLINFO_OS_ERRNO.md33 libcurl network-related errors that may have a saved errno are:
H A DCURLOPT_DNS_INTERFACE.md31 Pass a char pointer as parameter. Set the name of the network interface that
/curl/docs/libcurl/
H A Dcurl_easy_perform.md20 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 Dverbose.md45 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 Dinterface.md6 Help: Use network interface
43 curl does not support using network interface names for this option on
H A Dunix-socket.md19 Connect through this Unix domain socket, instead of using the network.
H A Dvlan-priority.md21 This field is set on Ethernet level, and only works within a local network.
H A Dabstract-unix-socket.md19 Connect through an abstract Unix domain socket, instead of using the network.
H A Dtrace.md28 Note that verbose output of curl activities and network traffic might contain
H A Danyauth.md22 checking the response-headers, thus possibly inducing an extra network
H A Dhappy-eyeballs-timeout-ms.md27 balance human factors against network load." libcurl currently defaults to
H A Dmptcp.md18 to the standard TCP that allows multiple TCP streams over different network
H A Dtrace-ascii.md29 Note that verbose output of curl activities and network traffic might contain
H A Dlogin-options.md30 it sends your password over the network in plain text. This does not work if
H A Durl.md33 On Windows, `file://` accesses can be converted to network accesses by the
H A Dnoproxy.md32 network bits out of the address to use in the comparison. For example
H A Dconnect-to.md20 instead. This option is only used to establish the network connection. It does

Completed in 20 milliseconds

123