Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h131 TcpListen(llvm::StringRef host_and_port, int backlog = 5);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp272 Socket::TcpListen(llvm::StringRef host_and_port, int backlog) { in TcpListen() function in Socket