Searched refs:tunnel (Results 1 - 21 of 21) sorted by relevance

/external/kernel-headers/original/linux/
H A Dif_pppolac.h29 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon7518
/external/iproute2/doc/
H A Dip-tunnels.tex30 to create tunnel. It does not work in 2.2.0!
34 ip tunnel add MY-TUNNEL mode ipip remote 193.233.7.65
36 will create tunnel device with name \verb|MY-TUNNEL|. Now you may configure
50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not
78 Q: In 2.0.36 I used to load \verb|tunnel| device module and \verb|ipip| module.
79 I cannot find any \verb|tunnel| in 2.2!
82 and for all IPIP tunnel devices.
85 Q: \verb|traceroute| does not work over tunnel! Well, stop... It works,
88 A: Yes. By default tunnel driver copies \verb|ttl| value from
94 tunnel loop
[all...]
H A Dip-cref.tex119 \item \verb|tunnel| --- tunnel over IP
2343 \section{{\tt ip tunnel} --- tunnel configuration}
2346 \paragraph{Abbreviations:} \verb|tunnel|, \verb|tunl|.
2348 \paragraph{Object:} \verb|tunnel| objects are tunnels, encapsulating
2355 over IP and the \verb|ip tunnel| command can be found in~\cite{IP-TUNNELS}.
2357 \subsection{{\tt ip tunnel add} --- add a new tunnel\\
2358 {\tt ip tunnel chang
[all...]
/external/iproute2/ip/
H A DAndroid.mk5 rtm_map.c iptunnel.c ip6tunnel.c tunnel.c ipneigh.c ipntable.c \
H A DMakefile2 rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o \
/external/chromium/net/http/
H A Dhttp_proxy_client_socket_pool.cc39 bool tunnel)
46 http_auth_cache_(tunnel ? http_auth_cache : NULL),
47 http_auth_handler_factory_(tunnel ? http_auth_handler_factory : NULL),
48 tunnel_(tunnel) {
212 if (params_->tunnel()) {
264 if (using_spdy_ && params_->tunnel())
288 params_->tunnel(),
317 DCHECK(params_->tunnel());
30 HttpProxySocketParams( const scoped_refptr<TransportSocketParams>& transport_params, const scoped_refptr<SSLSocketParams>& ssl_params, const GURL& request_url, const std::string& user_agent, HostPortPair endpoint, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, SpdySessionPool* spdy_session_pool, bool tunnel) argument
H A Dhttp_proxy_client_socket.cc34 bool tunnel,
43 auth_(tunnel ?
49 tunnel_(tunnel),
103 // TODO(rch): figure out the right way to set up a tunnel with SPDY.
106 // create an SSL tunnel to the origin server using the CONNECT method
182 // to establish an SSL tunnel through the proxy. We can't read these
183 // bytes when establishing a tunnel because they might be controlled by
26 HttpProxyClientSocket( ClientSocketHandle* transport_socket, const GURL& request_url, const std::string& user_agent, const HostPortPair& endpoint, const HostPortPair& proxy_server, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, bool tunnel, bool using_spdy, bool is_https_proxy) argument
H A Dhttp_proxy_client_socket.h38 // by the time Connect() is called. If tunnel is true then on Connect()
39 // this socket will establish an Http tunnel.
47 bool tunnel,
H A Dhttp_proxy_client_socket_pool_unittest.cc121 scoped_refptr<HttpProxySocketParams> GetParams(bool tunnel) { argument
126 GURL(tunnel ? "https://www.google.com/" : "http://www.google.com"),
128 HostPortPair("www.google.com", tunnel ? 443 : 80),
132 tunnel));
H A Dhttp_proxy_client_socket_pool.h50 bool tunnel);
69 bool tunnel() const { return tunnel_; } function in class:net::HttpProxySocketParams
95 // HttpProxyConnectJob optionally establishes a tunnel through the proxy
146 // Begins the tcp connection and the optional Http proxy tunnel. If the
150 // that the tunnel needs authentication credentials, the socket will be
/external/mtpd/
H A Dl2tp.c196 /* We only handle packets in our tunnel. */
362 .local = {.tunnel = local_tunnel, .session = local_session},
363 .remote = {.tunnel = remote_tunnel, .session = remote_session},
414 uint16_t tunnel = 0; local
421 /* Here is the fun part. We always try to protect our tunnel and session
426 if (get_attribute_u16(ASSIGNED_TUNNEL, &tunnel) && tunnel &&
428 remote_tunnel = tunnel;
436 log_print(DEBUG, "Received SCCRP without %s", tunnel ?
437 "valid challenge response" : "assigned tunnel");
[all...]
/external/qemu/target-i386/
H A Dhax-i386.h34 struct hax_tunnel *tunnel; member in struct:hax_vcpu_state
H A Dhax-all.c220 dprint("Invalid HAX tunnel size \n");
227 /* vcpu and tunnel will be closed automatically */
472 struct hax_tunnel *ht = vcpu->tunnel;
509 vcpu->tunnel->user_event_pending = 1;
527 struct hax_tunnel *ht = vcpu->tunnel;
1078 env->hax_vcpu->tunnel->user_event_pending = 0;
1079 env->hax_vcpu->tunnel->ready_for_interrupt_injection = 0;
H A Dhax-darwin.c244 dprint("Failed to setup the hax tunnel\n");
250 dprint("Invalid hax tunnel size %x\n", info.size);
255 vcpu->tunnel = (struct hax_tunnel *)(info.va);
H A Dhax-windows.c366 dprint("Failed to setup the hax tunnel\n");
372 dprint("Invalid hax tunnel size %x\n", info.size);
376 vcpu->tunnel = (struct hax_tunnel *)(info.va);
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.cc42 const std::string NS_TUNNEL("http://www.google.com/talk/tunnel");
45 const std::string CN_TUNNEL("tunnel");
157 TunnelSession* tunnel = NULL; local
162 tunnel = *it;
166 ASSERT(tunnel != NULL);
173 return tunnel->GetStream();
186 TunnelSession* tunnel = MakeTunnelSession(session, data->thread, local
188 sessions_.push_back(tunnel);
191 data->stream = tunnel->GetStream();
/external/chromium/third_party/libjingle/source/talk/
H A Dlibjingle.scons161 "session/tunnel/pseudotcpchannel.cc",
162 "session/tunnel/tunnelsessionclient.cc",
163 "session/tunnel/securetunnelsessionclient.cc",
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius.c1170 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information
1172 * Returns: VLAN ID for the first tunnel configuration of -1 if none is found
1176 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; local
1183 os_memset(&tunnel, 0, sizeof(tunnel));
1192 tun = &tunnel[0];
1194 tun = &tunnel[data[0]];
1225 tun = &tunnel[i];
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c1333 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information
1335 * Returns: VLAN ID for the first tunnel configuration of -1 if none is found
1339 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; local
1346 os_memset(&tunnel, 0, sizeof(tunnel));
1357 tun = &tunnel[0];
1359 tun = &tunnel[data[0]];
1390 tun = &tunnel[i];
/external/wpa_supplicant_8/src/radius/
H A Dradius.c1333 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information
1335 * Returns: VLAN ID for the first tunnel configuration of -1 if none is found
1339 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; local
1346 os_memset(&tunnel, 0, sizeof(tunnel));
1357 tun = &tunnel[0];
1359 tun = &tunnel[data[0]];
1390 tun = &tunnel[i];
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c1333 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information
1335 * Returns: VLAN ID for the first tunnel configuration of -1 if none is found
1339 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; local
1346 os_memset(&tunnel, 0, sizeof(tunnel));
1357 tun = &tunnel[0];
1359 tun = &tunnel[data[0]];
1390 tun = &tunnel[i];

Completed in 616 milliseconds