Searched defs:socket_loopback_client (Results 1 - 2 of 2) sorted by last modified time

/system/core/adb/
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.c1 /* libs/cutils/socket_loopback_client.c
37 int socket_loopback_client(int port, int type) function

Completed in 49 milliseconds