Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h105 bool SetToLocalhost(sa_family_t family, uint16_t port);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp116 ? bind_addr.SetToLocalhost(kDomain, port) in Connect()
H A DSocketAddress.cpp247 bool SocketAddress::SetToLocalhost(sa_family_t family, uint16_t port) { in SetToLocalhost() function in SocketAddress