LLDB mainline
Variables
UDPSocket.cpp File Reference
#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"
 

Variable Documentation

◆ g_not_supported_error

const char* g_not_supported_error = "Not supported"
static

◆ kDomain

const int kDomain = AF_INET
static

◆ kType

const int kType = SOCK_DGRAM
static

Definition at line 26 of file UDPSocket.cpp.