HomeSort by relevance Sort by last modified time
    Searched refs:socket_network_client (Results 1 - 6 of 6) sorted by null

  /system/core/libcutils/tests/
sockets_test.cpp 114 // Tests socket_inaddr_any_server() and socket_network_client() for IPv4 UDP.
117 cutils_socket_t client = socket_network_client(
123 // Tests socket_inaddr_any_server() and socket_network_client() for IPv4 TCP.
128 cutils_socket_t client = socket_network_client(
136 // Tests socket_inaddr_any_server() and socket_network_client() for IPv6 UDP.
139 cutils_socket_t client = socket_network_client(
145 // Tests socket_inaddr_any_server() and socket_network_client() for IPv6 TCP.
150 cutils_socket_t client = socket_network_client(
173 cutils_socket_t client = socket_network_client(
  /system/core/libcutils/
socket_network_client_windows.c 33 SOCKET socket_network_client(const char* host, int port, int type) { function
socket_network_client_unix.c 122 int socket_network_client(const char* host, int port, int type) { function
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TcpStream.cpp 88 m_sock = socket_network_client(hostname, port, SOCK_STREAM);
  /system/core/include/cutils/
sockets.h 107 cutils_socket_t socket_network_client(const char* host, int port, int type);
  /system/core/fastboot/
socket.cpp 249 cutils_socket_t sock = socket_network_client(host.c_str(), port, SOCK_DGRAM);
254 cutils_socket_t sock = socket_network_client(host.c_str(), port, SOCK_STREAM);

Completed in 179 milliseconds