HomeSort by relevance Sort by last modified time
    Searched full:tunnels (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/iproute2/doc/
Plan 6 1.3 IP tunnels (ip-tunnels.tex, published)
ip-tunnels.tex 2 \def\TITLE{Tunnels over IP}
5 \Large\bf Tunnels over IP in Linux-2.2
113 tunnel device \verb|tunl0| and another tunnels may be created with command
142 Standard Linux-2.2 kernel supports three flavor of tunnels,
156 \noindent All the kinds of tunnels are created with one command:
184 say that they are zero or wildcard. Two tunnels of one mode cannot
187 This restriction is relaxed for keyed GRE tunnels.}
189 Tunnels are divided to two classes: {\bf pointopoint} tunnels, which
191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
    [all...]
Makefile 1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
  /external/iproute2/man/man8/
ip-tunnel.8 83 objects are tunnels, encapsulating packets in IP packets and then
132 The default value for IPv4 tunnels is:
134 The default value for IPv6 tunnels is:
181 .RB ( " only GRE tunnels " )
194 .RB ( " only GRE tunnels " )
209 .RB ( " only GRE tunnels " )
225 .RB ( " only IPv6 tunnels " )
230 .RB ( " only IPv6 tunnels " )
254 list tunnels
ip-l2tp.8 106 L2TPv3 ethernet tunnels. For unmanaged tunnels, there is no L2TP
107 control protocol so no userspace daemon is required - tunnels are
111 L2TPv3 is suitable for Layer-2 tunneling. Static tunnels are useful
112 to establish network links across IP networks when the tunnels are
113 fixed. L2TPv3 tunnels can carry data of more than one session. Each
142 used to establish unmanaged L2TP tunnels. Once the virtual network
155 Note that unmanaged tunnels carry only ethernet frames. If you need to
157 L2TPv3 tunnels, you will need an L2TP server which implements the L2TP
159 tunnels and sessions to be established and provides for detecting an
    [all...]
ip.8 3 ip \- show / manipulate routing, devices, policy routing and tunnels
  /external/iproute2/testsuite/tests/ip/tunnel/
add_tunnel.t 7 ts_log "[Testing add/del tunnels]"
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/
README.chromium 12 a Monsoon device, which tunnels serial over USB.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
vpnconnection.py 148 :ivar tunnels: A list of the vpn tunnels (always 2)
162 self.tunnels = []
174 self.tunnels = ResultSet([('item', VpnTunnel)])
175 return self.tunnels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
in.h 29 IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94) */
37 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
if_link.h 120 for IPIP tunnels, when route to endpoint is allowed to change)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 29 IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94) */
37 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
if_link.h 184 for IPIP tunnels, when route to endpoint is allowed to change)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_vpnconnection.py 121 self.assertEqual(len(vpn0.tunnels), 2)
128 self.assertEqual(vpn1.tunnels[0].status, 'UP')
129 self.assertEqual(vpn1.tunnels[1].status, 'UP')
  /external/iproute2/include/linux/
in.h 34 IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94) */
54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
  /external/kernel-headers/original/uapi/linux/
in.h 34 IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94) */
54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
  /external/apache-http/src/org/apache/http/conn/routing/
RouteInfo.java 146 * If there is a proxy chain, only end-to-end tunnels are considered.
156 * If there is a proxy chain, only end-to-end tunnels are considered.
  /external/libnl/include/linux/
if_link.h 120 for IPIP tunnels, when route to endpoint is allowed to change)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Route.java 74 * Returns true if this route tunnels HTTPS through an HTTP proxy. See <a
Connection.java 327 * unencrypted to the proxy server, so tunnels include only the minimum set of
358 * Connects this connection if it isn't already. This creates tunnels, shares
  /external/autotest/server/hosts/
rpc_server_tracker.py 132 # any tunnels we might have sitting around.
185 existing tunnel process, so we always disconnect any older tunnels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 42 IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94). */
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
httpclient_test.py 180 """HTTPS (SSL) connection with proxy tunnels to target host."""
  /external/ipsec-tools/src/racoon/
TODO 124 - End-to-End SA through IPsec tunnels, initiation both ways
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 286 perror("Cannot create tunnels");

Completed in 1033 milliseconds

1 2 3