Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DTCPSocket.h32 uint16_t GetRemotePortNumber() const;
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DTCPSocket.cpp109 uint16_t TCPSocket::GetRemotePortNumber() const { in GetRemotePortNumber() function in TCPSocket
134 "connect://[{0}]:{1}", GetRemoteIPAddress(), GetRemotePortNumber())); in GetRemoteConnectionURI()