/aosp_15_r20/external/curl/tests/http/ |
H A D | test_10_proxy.py | 151 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 D | test_13_proxy_auth.py | 124 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 D | xfrm_tunnel_test.py | 661 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/ |
D | HostOrchestratorUtil.java | 137 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/ |
D | clatd.c | 55 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()
|
D | main.c | 60 struct tun_data tunnel; in main() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/net/Socks/ |
H A D | SocksServer.java | 239 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 D | http_proxy_connect_job.cc | 143 bool tunnel, in HttpProxySocketParams() 162 bool tunnel, in HttpProxySocketParams() 182 bool tunnel, in HttpProxySocketParams()
|
H A D | http_proxy_connect_job_unittest.cc | 222 bool tunnel, in CreateParams() 240 bool tunnel, in CreateNestedHttpsProxyParams() 280 bool tunnel, in CreateNestedParams()
|
H A D | http_proxy_connect_job.h | 108 bool tunnel() const { return tunnel_; } in tunnel() function
|
/aosp_15_r20/development/samples/ToyVpn/server/linux/ |
H A D | ToyVpnServer.cpp | 87 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 D | fake_binder.h | 144 FakeBinderTunnel* tunnel; member 250 std::unique_ptr<FakeBinderTunnel> tunnel) { in NewPersistentTxReceiver()
|
H A D | fake_binder.cc | 148 std::unique_ptr<FakeBinderTunnel> tunnel) in PersistentFakeTransactionReceiver()
|
/aosp_15_r20/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
H A D | ToyVpnConnection.java | 166 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 D | qbone_tunnel_silo.h | 19 explicit QboneTunnelSilo(QboneTunnelInterface* tunnel, bool only_setup_tun) in QboneTunnelSilo()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/fastboot/ |
D | launch.cpp | 43 Command tunnel(SocketVsockProxyBinary()); in Commands() local
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | connect_job_params_factory_unittest.cc | 107 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 D | Http1TunnelConnectionPool.java | 145 Channel tunnel = f.getNow(); in setupChannel() local
|
/aosp_15_r20/external/curl/lib/ |
H A D | cf-h2-proxy.c | 180 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/ |
D | IpSecManager.java | 997 public void applyTunnelModeTransform(@NonNull IpSecTunnelInterface tunnel, in applyTunnelModeTransform()
|
/aosp_15_r20/external/iproute2/ip/ |
H A D | ipl2tp.c | 66 unsigned int tunnel:1; member
|
/aosp_15_r20/external/curl/tests/server/ |
H A D | socksd.c | 646 static int tunnel(struct perclient *cp, fd_set *fds) in tunnel() function
|
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/ |
H A D | vcpu.rs | 85 pub(super) tunnel: *mut hax_tunnel, field
|
/aosp_15_r20/external/wpa_supplicant_8/src/radius/ |
H A D | radius.c | 1634 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 D | service-2.json | 192 "tunnel":{ object
|