Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DSocket.h70 TcpListen(llvm::StringRef host_and_port, bool child_processes_inherit,
/external/llvm-project/lldb/unittests/Host/
DSocketTestUtilities.cpp95 llvm::Expected<std::unique_ptr<TCPSocket>> Sock = Socket::TcpListen( in CheckIPSupport()
DSocketTest.cpp163 Socket::TcpListen("10.10.12.3:0", false, &port_predicate); in TEST_P()
/external/llvm-project/lldb/unittests/debugserver/
DRNBSocketTest.cpp108 Socket::TcpListen(addr_wrap, false, &port_predicate); in TestSocketConnect()
/external/llvm-project/lldb/source/Host/common/
DSocket.cpp170 Socket::TcpListen(llvm::StringRef host_and_port, bool child_processes_inherit, in TcpListen() function in Socket
/external/llvm-project/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp703 Socket::TcpListen(s, m_child_processes_inherit, &m_port_predicate); in SocketListenAndAccept()