Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h31 uint16_t GetLocalPortNumber() const;
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp190 gdbserver_port = gdb_sock->GetLocalPortNumber(); in ListenGdbConnectionsIfNeeded()
551 static_cast<TCPSocket *>(platform_sock.get())->GetLocalPortNumber(); in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp86 uint16_t TCPSocket::GetLocalPortNumber() const { in GetLocalPortNumber() function in TCPSocket
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp617 static_cast<TCPSocket &>(listening_socket).GetLocalPortNumber(); in AcceptTCP()