Searched defs:UDPSocket (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DUDPSocket.h15 class UDPSocket : public Socket { class in namespace:lldb_private
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp30 UDPSocket::UDPSocket(NativeSocket socket) : Socket(ProtocolUdp, true, true) { function in class:UDPSocket
34 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) function in class:UDPSocket
[all...]

Completed in 170 milliseconds