OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_network_client
(Results
1 - 8
of
8
) 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.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
/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);
/system/core/adb/
sysdeps.h
595
return _fd_set_error_str(
socket_network_client
("localhost", port, type), error);
/hardware/ril/reference-ril/
reference-ril.c
[
all
...]
Completed in 1805 milliseconds