Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h66 …(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&send_socket, Socket *&recv_…
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp814 Socket *send_socket = nullptr; in ConnectUDP() local
816 Error error = Socket::UdpConnect(s, m_child_processes_inherit, send_socket, recv_socket); in ConnectUDP()
819 m_write_sp.reset(send_socket); in ConnectUDP()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp346 …(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&send_socket, Socket *&recv_… in UdpConnect() argument
438 send_socket = final_send_socket.release(); in UdpConnect()