Searched refs:socket_network_client (Results 1 – 6 of 6) sorted by relevance
/aosp14/system/core/libcutils/ |
H A D | sockets_test.cpp | 100 cutils_socket_t client = socket_network_client( in TEST() 111 cutils_socket_t client = socket_network_client( in TEST() 122 cutils_socket_t client = socket_network_client( in TEST() 133 cutils_socket_t client = socket_network_client( in TEST()
|
H A D | socket_network_client_windows.cpp | 33 SOCKET socket_network_client(const char* host, int port, int type) { in socket_network_client() function
|
H A D | socket_network_client_unix.cpp | 122 int socket_network_client(const char* host, int port, int type) { in socket_network_client() function
|
/aosp14/system/core/libcutils/include/cutils/ |
H A D | sockets.h | 87 cutils_socket_t socket_network_client(const char* host, int port, int type);
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | sockets.h | 87 cutils_socket_t socket_network_client(const char* host, int port, int type);
|
/aosp14/system/core/fastboot/ |
H A D | socket.cpp | 255 cutils_socket_t sock = socket_network_client(host.c_str(), port, SOCK_DGRAM); in NewClient() 260 cutils_socket_t sock = socket_network_client(host.c_str(), port, SOCK_STREAM); in NewClient()
|