Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocketAddress.cpp174 bool SocketAddress::SetPort(uint16_t port) { in SetPort() function in SocketAddress
270 if (SetPort(port)) { in SetToLocalhost()
278 if (SetPort(port)) { in SetToLocalhost()
292 if (SetPort(port)) { in SetToAnyAddress()
300 if (SetPort(port)) { in SetToAnyAddress()
H A DTCPSocket.cpp152 address.SetPort(port); in Connect()
205 listen_address.SetPort(port); in Listen()
H A DUDPSocket.cpp126 bind_addr.SetPort(0); // Let the source port # be determined dynamically in Connect()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DSocketAddress.h113 bool SetPort(uint16_t port);