Searched refs:socket_network_client (Results 1 - 8 of 8) sorted by relevance

/system/core/libcutils/
H A Dsocket_network_client.c1 /* libs/cutils/socket_network_client.c
39 int socket_network_client(const char *host, int port, int type) function
H A DAndroid.mk37 socket_network_client.c \
/system/core/include/cutils/
H A Dsockets.h88 extern int socket_network_client(const char *host, int port, int type);
/system/core/adb/
H A Dtransport_local.c117 fd = socket_network_client(host, adb_port, SOCK_STREAM);
H A Dservices.c417 ret = socket_network_client(name + 1, port, SOCK_STREAM);
H A Dsysdeps.h170 extern int socket_network_client(const char *host, int port, int type);
H A Dadb.c1090 fd = socket_network_client(hostbuf, port, SOCK_STREAM);
H A Dsysdeps_win32.c662 int socket_network_client(const char *host, int port, int type) function
699 D( "socket_network_client: host '%s' port %d type %s => fd %d\n", host, port, type != SOCK_STREAM ? "udp" : "tcp", _fh_to_int(f) );

Completed in 357 milliseconds