Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DTCPSocket.h26 uint16_t GetLocalPortNumber() const;
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DAcceptor.cpp118 auto local_port = tcp_socket->GetLocalPortNumber(); in Create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DTCPSocket.cpp71 uint16_t TCPSocket::GetLocalPortNumber() const { in GetLocalPortNumber() function in TCPSocket
H A DSocket.cpp167 port = listen_socket->GetLocalPortNumber(); in TcpListen()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1287 << "connect://localhost:" << listen_socket.GetLocalPortNumber(); in ConnectLocally()