Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h36 std::string GetRemoteIPAddress() const;
/freebsd/contrib/llvm-project/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()