Searched refs:InitTcpSocket (Results 1 – 2 of 2) sorted by relevance
45 if (!InitTcpSocket(host, port) || !BindAndListen()) { in BindTcp()63 if (!InitTcpSocket(host, port) || !Connect()) { in ConnectTcp()149 bool Socket::InitTcpSocket(const std::string& host, int port) { in InitTcpSocket() function in forwarder2::Socket
116 bool InitTcpSocket(const std::string& host, int port);