Searched refs:GetRemoteIPAddress (Results 1 – 2 of 2) sorted by relevance
36 std::string GetRemoteIPAddress() const;
109 std::string TCPSocket::GetRemoteIPAddress() const { in GetRemoteIPAddress() function in TCPSocket123 return llvm::formatv("connect://[{0}]:{1}", GetRemoteIPAddress(), in GetRemoteConnectionURI()