Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h81 lldb::ConnectionStatus SocketListenAndAccept(llvm::StringRef host_and_port,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp163 return SocketListenAndAccept(*addr, error_ptr); in Connect()
695 ConnectionFileDescriptor::SocketListenAndAccept(llvm::StringRef s, in SocketListenAndAccept() function in ConnectionFileDescriptor