OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:network_connect
(Results
1 - 5
of
5
) sorted by null
/system/core/adb/
adb_client.cpp
145
fd =
network_connect
(__adb_server_name, __adb_server_port, SOCK_STREAM, 0, &reason);
transport_local.cpp
108
fd =
network_connect
(host, adb_port, SOCK_STREAM, 0, error);
services.cpp
292
ret =
network_connect
(name + 1, port, SOCK_STREAM, 0, &error);
422
int fd =
network_connect
(host.c_str(), port, SOCK_STREAM, 10, &error);
sysdeps.h
283
int
network_connect
(const std::string& host, int port, int type, int timeout,
665
inline int
network_connect
(const std::string& host, int port, int type,
sysdeps_win32.cpp
974
int
network_connect
(const std::string& host, int port, int type, int timeout, std::string* error) {
function
[
all
...]
Completed in 50 milliseconds