Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DTCPSocket.h29 std::string GetLocalIPAddress() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DTCPSocket.cpp87 std::string TCPSocket::GetLocalIPAddress() const { in GetLocalIPAddress() function in TCPSocket