Searched defs:do_connect (Results 1 – 10 of 10) sorted by relevance
48 int do_connect([[maybe_unused]] unsigned int num_loops, [[maybe_unused]] const RawAddress& bd_addr, in do_connect() function
40 static void do_connect(const struct sockaddr_in *dst) in do_connect() function
53 void do_connect(const tcp::resolver::results_type& endpoints) in do_connect() function in chat_client
173 static int test_poll_timeout(int do_connect, unsigned long timeout) in test_poll_timeout()
184 static int test_accept_timeout(int do_connect, unsigned long timeout) in test_accept_timeout()
302 def do_connect(self, args): member in HCIShell
86 static int do_connect(struct ipc_port_context* ctx, const uevent_t* ev) { in do_connect() function
212 Curl_cft_connect *do_connect; /* establish connection */ member
1240 static int do_connect(struct Curl_cfilter *cf, struct Curl_easy *data, in do_connect() function
635 async def do_connect(self, params): member in ConsoleApp