Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DTCPSocket.h36 std::string GetRemoteIPAddress() const;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DTCPSocket.cpp119 std::string TCPSocket::GetRemoteIPAddress() const { in GetRemoteIPAddress() function in TCPSocket
134 "connect://[{0}]:{1}", GetRemoteIPAddress(), GetRemotePortNumber())); in GetRemoteConnectionURI()