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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp163 bool SocketAddress::SetPort(uint16_t port) { function in class:SocketAddress
251 if (SetPort(port)) {
259 if (SetPort(port)) {
273 if (SetPort(port)) {
281 if (SetPort(port)) {
H A DUDPSocket.cpp124 bind_addr.SetPort(0); // Let the source port # be determined dynamically
H A DTCPSocket.cpp159 address.SetPort(port);
211 listen_address.SetPort(port);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h87 bool SetPort(uint16_t port);

Completed in 145 milliseconds