Lines Matching refs:proxy
3 * Application layered TCP connection API that executes a proxy-connect.
5 * This file provides a starting layer that executes a proxy-connect e.g. to
6 * set up TLS connections through a http proxy.
101 /* Format the http proxy connect request via snprintf */
108 /* Create and send the http proxy connect request */
176 /* send proxy connect request here */
183 * This one mainly differs between connection setup (wait for proxy OK string)
339 /** Allocate a new altcp layer connecting through a proxy.
342 * @param config struct altcp_proxyconnect_config that contains the proxy settings
343 * @param inner_pcb pcb that makes the connection to the proxy (i.e. tcp pcb)
362 /** Allocate a new altcp layer connecting through a proxy.
364 * connection to the proxy.
366 * @param config struct altcp_proxyconnect_config that contains the proxy settings
386 /** Allocator function to allocate a proxy connect altcp pcb connecting directly
387 * via tcp to the proxy.
393 * @param arg struct altcp_proxyconnect_config that contains the proxy settings
405 /** Allocator function to allocate a TLS connection through a proxy.
411 * @param arg struct altcp_proxyconnect_tls_config that contains the proxy settings
422 proxy_pcb = altcp_proxyconnect_new_tcp(&cfg->proxy, ip_type);
476 /* connect to our proxy instead, but store the requested address and port */