Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h59 static Error TcpListen(
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/
HDlldb-platform.cpp294 …error = Socket::TcpListen(listen_host_port.c_str(), children_inherit_listen_socket, socket, NULL, … in main_platform()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp186 Error Socket::TcpListen( in TcpListen() function in Socket
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp773 Error error = Socket::TcpListen(s, m_child_processes_inherit, socket, &m_port_predicate); in SocketListenAndAccept()