Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h93 std::string GetRemoteIPAddress () const;
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp754 std::string Socket::GetRemoteIPAddress () const in GetRemoteIPAddress() function in Socket
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp862 …strm.Printf("connect://%s:%u",socket->GetRemoteIPAddress().c_str(), socket->GetRemotePortNumber()); in InitializeSocket()