Home
last modified time | relevance | path

Searched refs:SetPort (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DSocketAddress.cpp163 bool SocketAddress::SetPort(uint16_t port) { in SetPort() function in SocketAddress
251 if (SetPort(port)) { in SetToLocalhost()
259 if (SetPort(port)) { in SetToLocalhost()
273 if (SetPort(port)) { in SetToAnyAddress()
281 if (SetPort(port)) { in SetToAnyAddress()
H A DTCPSocket.cpp168 address.SetPort(host_port->port); in Connect()
223 listen_address.SetPort(host_port->port); in Listen()
H A DUDPSocket.cpp120 bind_addr.SetPort(0); // Let the source port # be determined dynamically in Connect()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBSocket.cpp73 bind_address.SetPort(port); in Listen()
199 address.SetPort(port); in Connect()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DSocketAddress.h87 bool SetPort(uint16_t port);