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

  /system/core/adb/
socket_spec.cpp 157 result = network_connect(hostname, port, SOCK_STREAM, 0, error);
sysdeps.h 196 int network_connect(const std::string& host, int port, int type, int timeout,
535 inline int network_connect(const std::string& host, int port, int type,
transport_local.cpp 119 int fd = network_connect(host.c_str(), port, SOCK_STREAM, 10, &error);
156 fd = network_connect(host, adb_port, SOCK_STREAM, 0, error);
sysdeps_win32.cpp 835 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { function
    [all...]

Completed in 66 milliseconds