Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DTCPSocket.h37 std::string GetRemoteIPAddress() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DTCPSocket.cpp109 std::string TCPSocket::GetRemoteIPAddress() const { in GetRemoteIPAddress() function in TCPSocket
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp767 strm.Printf("connect://%s:%u", tcp_socket->GetRemoteIPAddress().c_str(), in InitializeSocket()