Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h116 bool IsLocalhost() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp299 bool SocketAddress::IsLocalhost() const { in IsLocalhost() function in SocketAddress
H A DTCPSocket.cpp220 if(!listen_address.IsLocalhost()) in Listen()