Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h47 ProtocolUdp, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp374 final_recv_socket.reset(new Socket(final_recv_fd, ProtocolUdp, true)); in UdpConnect()
422 final_send_socket.reset(new Socket(final_send_fd, ProtocolUdp, true)); in UdpConnect()
629 if (m_protocol == ProtocolUdp) in Write()