Home
last modified time | relevance | path

Searched defs:client_fd (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_test.cc178 int client_fd = 33; in TEST_F() local
193 int client_fd = 33; in TEST_F() local
253 int client_fd = 10; in TEST_F() local
261 int client_fd = 0; in TEST_F() local
272 int client_fd = 0; in TEST_F() local
283 int client_fd = 0; in TEST_F() local
304 int client_fd = 0; in TEST_F() local
316 int client_fd = 13; in TEST_F() local
451 int client_fd = 23; in TEST_F() local
/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/
Dsandbox_manager.cpp81 ProcessNoSandbox(int client_fd, PidFd pid_fd) in ProcessNoSandbox()
119 SandboxedProcess(std::optional<int> client_fd, UniqueFd event_fd, in SandboxedProcess()
168 SocketClient(SandboxManager& manager, UniqueFd client_fd) in SocketClient()
358 std::optional<int> client_fd, absl::Span<const std::string> argv, in RunProcess()
393 std::optional<int> client_fd, absl::Span<const std::string> argv, in RunSandboxedProcess()
458 std::optional<int> client_fd, absl::Span<const std::string> argv, in RunProcessNoSandbox()
535 int client_fd = *(*it)->ClientFd(); in ProcessExit() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_pthread_server.c83 mbedtls_net_context client_fd; member
101 mbedtls_net_context *client_fd = &thread_info->client_fd; in handle_ssl_connection() local
239 static int thread_create(mbedtls_net_context *client_fd) in thread_create()
281 mbedtls_net_context listen_fd, client_fd; in main() local
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_pthread_server.c83 mbedtls_net_context client_fd; member
101 mbedtls_net_context *client_fd = &thread_info->client_fd; in handle_ssl_connection() local
239 static int thread_create(mbedtls_net_context *client_fd) in thread_create()
281 mbedtls_net_context listen_fd, client_fd; in main() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c436 static int tcp_echo_test(int client_fd, int server_fd) in tcp_echo_test()
453 static int udp_echo_test(int client_fd, int server_fd) in udp_echo_test()
601 int client_fd, reuse_conn_fd = -1; in run_lookup_prog() local
868 int client_fd, server_fd, err; in drop_on_lookup() local
1150 int err, client_fd, connected_fd, server_fd; in run_sk_assign_connected() local
1221 int map_fd, server_fd, client_fd; in run_multi_prog_lookup() local
H A Dmptcp.c23 static int verify_tsk(int map_fd, int client_fd) in verify_tsk()
61 static int verify_msk(int map_fd, int client_fd, __u32 token) in verify_msk()
96 int client_fd, prog_fd, map_fd, err; in run_test() local
H A Dtcp_rtt.c46 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk()
93 int client_fd; in run_test() local
H A Dsockopt_inherit.c70 int client_fd; in server_thread() local
167 int server_fd = -1, client_fd; in run_test() local
H A Dload_bytes_relative.c12 int server_fd, cgroup_fd, prog_fd, map_fd, client_fd; in test_load_bytes_relative() local
H A Dcgroup_v1v2.c48 int server_fd, client_fd, cgroup_fd; in test_cgroup_v1v2() local
H A Dnetns_cookie.c15 int server_fd = -1, client_fd = -1, cgroup_fd = -1; in test_netns_cookie() local
H A Dsocket_cookie.c18 int server_fd = 0, client_fd = 0, cgroup_fd = 0, err = 0; in test_socket_cookie() local
/aosp_15_r20/external/virglrenderer/src/proxy/
H A Dproxy_server.c17 int client_fd = srv->client_fd; in proxy_server_connect() local
45 const int client_fd = socket_fds[0]; in proxy_server_fork() local
H A Dproxy_server.h15 int client_fd; member
/aosp_15_r20/packages/modules/adb/
Dsocket_spec_test.cpp214 unique_fd server_fd, client_fd; in TEST() local
225 unique_fd client_fd; in TEST() local
238 unique_fd server_fd, client_fd; in TEST() local
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dsocket_test_utils.py58 def listen_accept_android_socket(client, server, client_fd, server_fd, argument
77 def send_recv_data_android_sockets(client, server, client_fd, server_fd, argument
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/posix/
H A Dposix_engine_test_utils.cc38 int client_fd; in ConnectToServerOrDie() local
/aosp_15_r20/packages/modules/Virtualization/tests/benchmark/src/native/
Dio_vsock.cpp55 unique_fd client_fd(TEMP_FAILURE_RETRY( in run_vsock_server_and_receive_data() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/android/ion/
H A Dionapp_export.c32 int sockfd, client_fd, shared_fd; in main() local
/aosp_15_r20/external/virglrenderer/server/
H A Drender_server.h23 int client_fd; member
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib1960.c76 curl_socket_t client_fd = CURL_SOCKET_BAD; in test() local
/aosp_15_r20/external/ltp/testcases/network/netstress/
H A Dnetstress.c648 static pthread_t server_thread_add(intptr_t client_fd) in server_thread_add()
764 int client_fd = accept(sfd, (struct sockaddr *)&addr6, in server_run() local
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/
Dfuzzer.cpp42 unique_fd server_fd, client_fd; in get_service_fd() local
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Ddh_server.c57 mbedtls_net_context listen_fd, client_fd; in main() local
/aosp_15_r20/external/libese/tools/ese_relay/
H A Dese_relay.c85 int client_fd; in main() local

123