Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp165 bool SocketAddress::SetPort(uint16_t port) { in SetPort() function in SocketAddress
253 if (SetPort(port)) { in SetToLocalhost()
261 if (SetPort(port)) { in SetToLocalhost()
275 if (SetPort(port)) { in SetToAnyAddress()
283 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()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h87 bool SetPort(uint16_t port);