Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDConnectionFileDescriptorPosix.h81 lldb::ConnectionStatus ConnectUDP(const char *args, Error *error_ptr);
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp187 return ConnectUDP(s + strlen("udp://"), error_ptr); in Connect()
812 ConnectionFileDescriptor::ConnectUDP(const char *s, Error *error_ptr) in ConnectUDP() function in ConnectionFileDescriptor