Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDTCPSocket.h36 std::string GetRemoteIPAddress() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDTCPSocket.cpp109 std::string TCPSocket::GetRemoteIPAddress() const { in GetRemoteIPAddress() function in TCPSocket
123 return llvm::formatv("connect://[{0}]:{1}", GetRemoteIPAddress(), in GetRemoteConnectionURI()