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

  /system/core/libcutils/tests/
sockets_test.cpp 116 // Tests socket_inaddr_any_server() and socket_network_client() for IPv4 UDP.
119 cutils_socket_t client = socket_network_client(
125 // Tests socket_inaddr_any_server() and socket_network_client() for IPv4 TCP.
130 cutils_socket_t client = socket_network_client(
138 // Tests socket_inaddr_any_server() and socket_network_client() for IPv6 UDP.
141 cutils_socket_t client = socket_network_client(
147 // Tests socket_inaddr_any_server() and socket_network_client() for IPv6 TCP.
152 cutils_socket_t client = socket_network_client(
175 cutils_socket_t client = socket_network_client(
  /system/core/libcutils/
socket_network_client_windows.cpp 33 SOCKET socket_network_client(const char* host, int port, int type) { function
socket_network_client_unix.cpp 122 int socket_network_client(const char* host, int port, int type) { function
  /system/core/libcutils/include/cutils/
sockets.h 88 cutils_socket_t socket_network_client(const char* host, int port, int type);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TcpStream.cpp 120 m_sock = socket_network_client(hostname, port, SOCK_STREAM);
  /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);
  /hardware/ril/reference-ril/
reference-ril.c     [all...]

Completed in 556 milliseconds