Home
last modified time | relevance | path

Searched refs:socket_loopback_client (Results 1 – 3 of 3) sorted by relevance

/system/core/libcutils/
Dsocket_loopback_client_unix.c36 int socket_loopback_client(int port, int type) in socket_loopback_client() function
/system/core/include/cutils/
Dsockets.h106 int socket_loopback_client(int port, int type);
/system/core/adb/
Dsysdeps.h648 return _fd_set_error_str(socket_loopback_client(port, type), error); in network_loopback_client()