Searched defs:socket_network_client (Results 1 - 2 of 2) 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
/system/core/adb/
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 237 milliseconds