Home
last modified time | relevance | path

Searched refs:strServer (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/Socket/
DTCPClient.cpp98 bool CTCPClient::Connect(const std::string& strServer, const std::string& strPort) in Connect() argument
117 …int iResult = getaddrinfo(strServer.c_str(), strPort.c_str(), &m_HintsAddrInfo, &m_pResultAddrInfo… in Connect()
224 …int iAddrInfoRet = getaddrinfo(strServer.c_str(), strPort.c_str(), &m_HintsAddrInfo, &m_pResultAdd… in Connect()
DTCPClient.h51 … bool Connect(const std::string& strServer, const std::string& strPort); // connect to a TCP server