OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:connect_to
(Results
1 - 5
of
5
) sorted by null
/system/core/adb/
adb.h
137
char *
connect_to
;
member in struct:alistener
/external/libmicrohttpd/src/testspdy/
test_new_connection.c
515
static int
connect_to
(const char *host, uint16_t port)
function
671
fd =
connect_to
(req.host, req.port);
test_notls.c
466
static int
connect_to
(const char *host, uint16_t port)
function
621
fd =
connect_to
(req.host, req.port);
test_request_response.c
503
static int
connect_to
(const char *host, uint16_t port)
function
659
fd =
connect_to
(req.host, req.port);
/external/curl/tests/server/
sws.c
1285
static curl_socket_t
connect_to
(const char *ipaddr, unsigned short port)
function
[
all
...]
Completed in 2147 milliseconds