Home
last modified time | relevance | path

Searched refs:socket_network_client (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/libcutils/
H A Dsockets_test.cpp100 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 Dsocket_network_client_windows.cpp33 SOCKET socket_network_client(const char* host, int port, int type) { in socket_network_client() function
H A Dsocket_network_client_unix.cpp122 int socket_network_client(const char* host, int port, int type) { in socket_network_client() function
/aosp14/system/core/libcutils/include/cutils/
H A Dsockets.h87 cutils_socket_t socket_network_client(const char* host, int port, int type);
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dsockets.h87 cutils_socket_t socket_network_client(const char* host, int port, int type);
/aosp14/system/core/fastboot/
H A Dsocket.cpp255 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()