Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DSocketTest.cpp113 socket_a_up->GetRemoteIPAddress().c_str()); in TEST_P()
115 socket_b_up->GetRemoteIPAddress().c_str()); in TEST_P()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DTCPSocket.h36 std::string GetRemoteIPAddress() const;
/llvm-project-15.0.7/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()