Home
last modified time | relevance | path

Searched refs:UdpConnect (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h85 UdpConnect(llvm::StringRef host_and_port, bool child_processes_inherit);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp183 Socket::UdpConnect(llvm::StringRef host_and_port, in UdpConnect() function in Socket
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp651 Socket::UdpConnect(s, m_child_processes_inherit); in ConnectUDP()