Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DTCPSocket.h33 uint16_t GetRemotePortNumber() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DTCPSocket.cpp99 uint16_t TCPSocket::GetRemotePortNumber() const { in GetRemotePortNumber() function in TCPSocket
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp768 tcp_socket->GetRemotePortNumber()); in InitializeSocket()