Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DSocketAddress.h152 bool IsLocalhost() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocketAddress.cpp316 bool SocketAddress::IsLocalhost() const { in IsLocalhost() function in SocketAddress
H A DTCPSocket.cpp202 if(!listen_address.IsLocalhost()) in Listen()