Home
last modified time | relevance | path

Searched refs:GetRemotePortNumber (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h89 uint16_t GetRemotePortNumber () const;
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp742 uint16_t Socket::GetRemotePortNumber () const in GetRemotePortNumber() function in Socket
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp862 …strm.Printf("connect://%s:%u",socket->GetRemoteIPAddress().c_str(), socket->GetRemotePortNumber()); in InitializeSocket()