Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h25 uint16_t GetLocalPortNumber() const;
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp117 auto local_port = tcp_socket->GetLocalPortNumber(); in Create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp82 uint16_t TCPSocket::GetLocalPortNumber() const { in GetLocalPortNumber() function in TCPSocket
H A DSocket.cpp193 port = listen_socket->GetLocalPortNumber(); in TcpListen()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1246 << "connect://localhost:" << listen_socket.GetLocalPortNumber(); in ConnectLocally()