Macros

#define GETDNS_RESOLUTION_STUB_TEXT   "See getdns_context_set_resolution_type()"
 
#define GETDNS_RESOLUTION_RECURSING_TEXT   "See getdns_context_set_resolution_type()"
 

Typedefs

typedef enum getdns_resolution_t getdns_resolution_t
 

Enumerations

enum  getdns_resolution_t { GETDNS_RESOLUTION_STUB = 520, GETDNS_RESOLUTION_RECURSING = 521 }
 

Detailed Description

Macro Definition Documentation

#define GETDNS_RESOLUTION_STUB_TEXT   "See getdns_context_set_resolution_type()"

Definition at line 148 of file getdns.h.

#define GETDNS_RESOLUTION_RECURSING_TEXT   "See getdns_context_set_resolution_type()"

Definition at line 149 of file getdns.h.

Typedef Documentation

Enumeration Type Documentation

Enumerator
GETDNS_RESOLUTION_STUB 
GETDNS_RESOLUTION_RECURSING 

Definition at line 142 of file getdns.h.