Searched refs:socket_loopback_client (Results 1 - 9 of 9) sorted by relevance

/system/core/adb/
H A Dconsole.c18 fd = socket_loopback_client( port, SOCK_STREAM );
H A Dadb_client.c193 fd = socket_loopback_client(__adb_server_port, SOCK_STREAM);
H A Dtransport_local.c124 fd = socket_loopback_client(adb_port, SOCK_STREAM);
H A Dsysdeps.h171 extern int socket_loopback_client(int port, int type);
H A Dservices.c393 ret = socket_loopback_client(port, SOCK_STREAM);
H A Dsysdeps_win32.c579 int socket_loopback_client(int port, int type) function
598 D("socket_loopback_client: could not create socket\n" );
605 D("socket_loopback_client: could not connect to %s:%d\n", type != SOCK_STREAM ? "udp" : "tcp", port );
610 D( "socket_loopback_client: port %d type %s => fd %d\n", port, type != SOCK_STREAM ? "udp" : "tcp", _fh_to_int(f) );
/system/core/libcutils/
H A Dsocket_loopback_client.c36 int socket_loopback_client(int port, int type) function
H A DAndroid.mk64 socket_loopback_client.c \
/system/core/include/cutils/
H A Dsockets.h87 extern int socket_loopback_client(int port, int type);

Completed in 519 milliseconds