Home
last modified time | relevance | path

Searched defs:tunnel (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/external/curl/tests/http/
H A Dtest_10_proxy.py151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel, repeat): argument
178 tunnel, fname, fcount, repeat): argument
208 tunnel, fname, fcount, repeat): argument
230 def test_10_09_reuse_ser(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
253 def test_10_10_reuse_proxy(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
278 def test_10_11_noreuse_proxy_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
304 def test_10_12_noreuse_proxy_http(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
330 def test_10_13_noreuse_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
H A Dtest_13_proxy_auth.py124 def test_13_07_tunnels_no_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
142 def test_13_08_tunnels_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
/aosp_15_r20/kernel/tests/net/test/
H A Dxfrm_tunnel_test.py661 def _SetupTunnelNetwork(cls, tunnel, is_add): argument
709 def assertReceivedPacket(self, tunnel, sa_info): argument
715 def assertSentPacket(self, tunnel, sa_info): argument
721 def _CheckTunnelInput(self, tunnel, inner_version, local_inner, remote_inner, argument
745 def _CheckTunnelOutput(self, tunnel, inner_version, local_inner, argument
786 def _CheckTunnelEncryption(self, tunnel, inner_version, local_inner, argument
838 def _CheckTunnelIcmp(self, tunnel, inner_version, local_inner, remote_inner, argument
872 def _CheckTunnelEncryptionWithIcmp(self, tunnel, inner_version, local_inner, argument
881 def _RebuildTunnel(self, tunnel, use_null_crypt): argument
915 def _CheckTunnelRekey(self, tunnel, inner_version, local_inner, remote_inner): argument
[all …]
/aosp_15_r20/tools/tradefederation/core/avd_util/com/android/tradefed/util/avd/
DHostOrchestratorUtil.java137 Process tunnel = null; in collectLogByCommand() local
186 Process tunnel = null; in pullCvdHostLogs() local
253 Process tunnel = null; in deviceBootCompleted() local
294 Process tunnel = null; in powerwashGce() local
346 Process tunnel = null; in stopGce() local
/aosp_15_r20/packages/modules/Connectivity/clatd/
Dclatd.c55 void process_packet_6_to_4(struct tun_data *tunnel) { in process_packet_6_to_4()
152 void process_packet_4_to_6(struct tun_data *tunnel) { in process_packet_4_to_6()
275 void event_loop(struct tun_data *tunnel) { in event_loop()
Dmain.c60 struct tun_data tunnel; in main() local
/aosp_15_r20/libcore/ojluni/src/test/java/net/Socks/
H A DSocksServer.java239 Tunnel tunnel = new Tunnel(in2, out); in getRequestV4() local
333 Tunnel tunnel = new Tunnel(in2, out); in doConnect() local
378 Tunnel tunnel = new Tunnel(in2, out); in doBind() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_proxy_connect_job.cc143 bool tunnel, in HttpProxySocketParams()
162 bool tunnel, in HttpProxySocketParams()
182 bool tunnel, in HttpProxySocketParams()
H A Dhttp_proxy_connect_job_unittest.cc222 bool tunnel, in CreateParams()
240 bool tunnel, in CreateNestedHttpsProxyParams()
280 bool tunnel, in CreateNestedParams()
H A Dhttp_proxy_connect_job.h108 bool tunnel() const { return tunnel_; } in tunnel() function
/aosp_15_r20/development/samples/ToyVpn/server/linux/
H A DToyVpnServer.cpp87 int tunnel = socket(AF_INET6, SOCK_DGRAM, 0); in get_tunnel() local
188 int tunnel; in main() local
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/end2end/
H A Dfake_binder.h144 FakeBinderTunnel* tunnel; member
250 std::unique_ptr<FakeBinderTunnel> tunnel) { in NewPersistentTxReceiver()
H A Dfake_binder.cc148 std::unique_ptr<FakeBinderTunnel> tunnel) in PersistentFakeTransactionReceiver()
/aosp_15_r20/development/samples/ToyVpn/src/com/example/android/toyvpn/
H A DToyVpnConnection.java166 try (DatagramChannel tunnel = DatagramChannel.open()) { in run()
270 private ParcelFileDescriptor handshake(DatagramChannel tunnel) in handshake()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/bonnet/
H A Dqbone_tunnel_silo.h19 explicit QboneTunnelSilo(QboneTunnelInterface* tunnel, bool only_setup_tun) in QboneTunnelSilo()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/fastboot/
Dlaunch.cpp43 Command tunnel(SocketVsockProxyBinary()); in Commands() local
/aosp_15_r20/external/cronet/net/socket/
H A Dconnect_job_params_factory_unittest.cc107 bool tunnel, in VerifyHttpProxySocketParams()
494 const bool tunnel = true; in TEST_P() local
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
H A DHttp1TunnelConnectionPool.java145 Channel tunnel = f.getNow(); in setupChannel() local
/aosp_15_r20/external/curl/lib/
H A Dcf-h2-proxy.c180 struct tunnel_stream tunnel; /* our tunnel CONNECT stream */ member
218 struct tunnel_stream *tunnel) in drain_tunnel()
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecManager.java997 public void applyTunnelModeTransform(@NonNull IpSecTunnelInterface tunnel, in applyTunnelModeTransform()
/aosp_15_r20/external/iproute2/ip/
H A Dipl2tp.c66 unsigned int tunnel:1; member
/aosp_15_r20/external/curl/tests/server/
H A Dsocksd.c646 static int tunnel(struct perclient *cp, fd_set *fds) in tunnel() function
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvcpu.rs85 pub(super) tunnel: *mut hax_tunnel, field
/aosp_15_r20/external/wpa_supplicant_8/src/radius/
H A Dradius.c1634 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; in radius_msg_get_vlanid() local
/aosp_15_r20/external/aws-sdk-java-v2/services/iotsecuretunneling/src/main/resources/codegen-resources/
H A Dservice-2.json192 "tunnel":{ object

1234567