HomeSort by relevance Sort by last modified time
    Searched full:tunnel (Results 151 - 175 of 454) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 665 this.log.debug("Tunnel to target created.");
676 this.log.debug("Tunnel to proxy created.");
707 * Creates a tunnel to the target server.
712 * information about the tunnel, that is left to the caller.
    [all...]
  /external/chromium_org/net/http/
http_network_transaction.h 320 // True when the tunnel is in the process of being established - we can't
321 // read from the socket until the tunnel is done.
http_stream_factory_impl_job.h 295 // True when the tunnel is in the process of being established - we can't
296 // read from the socket until the tunnel is done.
http_proxy_client_socket_pool_unittest.cc 146 scoped_refptr<HttpProxySocketParams> CreateParams(bool tunnel) {
150 GURL(tunnel ? "https://www.google.com/" : "http://www.google.com"),
152 HostPortPair("www.google.com", tunnel ? 443 : 80),
156 tunnel));
  /external/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 125 // Make an SSL Tunnel on the first message pair of each SSL + proxy connection.
289 * Returns true if the HTTP connection needs to tunnel one protocol over
  /external/openssh/
ssh.0 275 Tunnel
350 Requests tunnel device forwarding with the specified tun(4)
355 ``any'', which uses the next available tunnel device. If
357 the Tunnel and TunnelDevice directives in ssh_config(5). If the
358 Tunnel directive is unset, it is set to the default tunnel mode,
    [all...]
ssh.1 467 .It Tunnel
591 tunnel
601 which uses the next available tunnel device.
607 .Cm Tunnel
613 .Cm Tunnel
614 directive is unset, it is set to the default tunnel mode, which is
    [all...]
README.platform 53 Nevertheless, tunnel support is known to work with Darwin 8 and
misc.c 656 /* Open the tunnel device */
667 debug("%s: invalid tunnel %u", __func__, tun);
678 /* Set the tunnel device operation mode */
712 error("Tunnel interfaces are not supported on this platform");
  /external/iproute2/doc/
ip-cref.tex 119 \item \verb|tunnel| --- tunnel over IP
    [all...]
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 171 // tunnel and layering are the same, remains to check the security
  /external/chromium/net/base/
net_error_list.h 108 // A tunnel connection through the proxy could not be established.
121 // The proxy requested authentication (for tunnel establishment) with an
168 // The proxy requested authentication (for tunnel establishment).
214 // A request to create an SSL tunnel connection through the HTTPS proxy
network_change_notifier_win.cc 48 // that is connected, and that interface is not a loopback or tunnel.
  /external/chromium/net/socket/
client_socket_pool_manager.h 123 // a raw socket connection to a host-port pair (that needs to tunnel through
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 78 // Invoked on an incoming tunnel
  /external/chromium_org/net/base/
load_states_list.h 62 // This state indicates that we're in the process of establishing a tunnel
net_error_list.h 133 // A tunnel connection through the proxy could not be established.
146 // The proxy requested authentication (for tunnel establishment) with an
193 // The proxy requested authentication (for tunnel establishment).
238 // A request to create an SSL tunnel connection through the HTTPS proxy
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 78 // Invoked on an incoming tunnel
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 142 //bounces per time step to avoid the "tunnel effect".
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 106 // FIXME: It would be nice to tunnel the 'disabled by enable_if' diagnostic through here.
  /external/iproute2/include/linux/
if_ether.h 75 #define ETH_P_LINK_CTL 0x886c /* HPNA, wlan link local tunnel */
if_link.h 182 If it is a "virtual interface" (f.e. tunnel), ifi_link
  /external/ipsec-tools/src/libipsec/
policy_token.l 132 tunnel { yylval.num = IPSEC_MODE_TUNNEL; return(MODE); }
  /external/kernel-headers/original/linux/
if_link.h 154 If it is a "virtual interface" (f.e. tunnel), ifi_link
if_pppox.h 89 /* The L2TPv3 protocol changes tunnel and session ids from 16 to 32

Completed in 1122 milliseconds

1 2 3 4 5 67 8 91011>>