Searched refs:ConnectSocket (Results 1 – 1 of 1) sorted by relevance
66 int ConnectSocket(const std::string& host, uint16_t port) { in ConnectSocket() function148 int socket_fd = ConnectSocket(host, port); in ConnectBlocking()