Home
last modified time | relevance | path

Searched refs:do_connect (Results 1 – 7 of 7) sorted by relevance

/external/liburing/test/
Dpoll-link.c173 static int test_poll_timeout(int do_connect, unsigned long timeout) in test_poll_timeout() argument
185 if (!do_connect) { in test_poll_timeout()
196 if (do_connect) in test_poll_timeout()
203 if (do_connect) { in test_poll_timeout()
Daccept-link.c184 static int test_accept_timeout(int do_connect, unsigned long timeout) in test_accept_timeout() argument
207 if (!do_connect) { in test_accept_timeout()
223 if (do_connect) in test_accept_timeout()
230 if (do_connect) { in test_accept_timeout()
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dconnect_close.c40 static void do_connect(const struct sockaddr_in *dst) in do_connect() function
101 do_connect(&dst); in connect_loop()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc406 static void do_connect(void* arg, grpc_error* error) { in do_connect() function
444 GRPC_CLOSURE_CREATE(do_connect, fc, grpc_schedule_on_exec_ctx)); in sched_connect()
/external/libiio/src/
Dnetwork.c632 static int do_connect(int fd, const struct addrinfo *addrinfo, in do_connect() function
709 ret = do_connect(fd, addrinfo, timeout); in create_socket()
/external/curl/lib/
Dcf-socket.c982 static int do_connect(struct Curl_cfilter *cf, struct Curl_easy *data, in do_connect() function
1066 rc = do_connect(cf, data, cf->conn->bits.tcp_fastopen); in cf_tcp_connect()
/external/python/bumble/apps/
Dconsole.py581 async def do_connect(self, params): member in ConsoleApp