LLDB mainline
|
#include "lldb/Host/common/UDPSocket.h"
#include "lldb/Host/Config.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include <memory>
Go to the source code of this file.
Variables | |
static const int | kDomain = AF_INET |
static const int | kType = SOCK_DGRAM |
static const char * | g_not_supported_error = "Not supported" |
|
static |
Definition at line 28 of file UDPSocket.cpp.
Referenced by lldb_private::UDPSocket::Connect(), and lldb_private::UDPSocket::Listen().
|
static |
Definition at line 25 of file UDPSocket.cpp.
Referenced by lldb_private::DomainSocket::Connect(), lldb_private::UDPSocket::CreateConnected(), and lldb_private::DomainSocket::Listen().
|
static |
Definition at line 26 of file UDPSocket.cpp.