Home
last modified time | relevance | path

Searched defs:TCPSocket (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp41 TCPSocket::TCPSocket(bool should_close) : Socket(ProtocolTcp, should_close) {} in TCPSocket() function in TCPSocket
43 TCPSocket::TCPSocket(NativeSocket socket, const TCPSocket &listen_socket) in TCPSocket() function in TCPSocket
48 TCPSocket::TCPSocket(NativeSocket socket, bool should_close) in TCPSocket() function in TCPSocket
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h45 class TCPSocket; variable