/system/core/libcutils/ |
socket_network_client.c | 1 /* libs/cutils/socket_network_client.c 39 int socket_network_client(const char *host, int port, int type) function
|
/development/tools/emulator/opengl/tests/event_injector/ |
sockets.c | 1345 socket_network_client( const char* host, int port, SocketType type ) function [all...] |
/external/qemu/ |
sockets.c | 1358 socket_network_client( const char* host, int port, SocketType type ) function [all...] |
/system/core/adb/ |
sysdeps_win32.c | 662 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) ); [all...] |