Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DSocketAddress.h105 bool SetToLocalhost(sa_family_t family, uint16_t port);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DUDPSocket.cpp112 ? bind_addr.SetToLocalhost(kDomain, host_port->port) in Connect()
H A DSocketAddress.cpp247 bool SocketAddress::SetToLocalhost(sa_family_t family, uint16_t port) { in SetToLocalhost() function in SocketAddress