Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp170 address.SetPort(port); in Connect()
220 listen_address.SetPort(port); in Listen()
H A DUDPSocket.cpp124 bind_addr.SetPort(0); // Let the source port # be determined dynamically in Connect()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h87 bool SetPort(uint16_t port);