libspf2  1.2.10
Data Fields
SPF_dns_server_t Struct Reference

#include <spf_dns.h>

Collaboration diagram for SPF_dns_server_t:
Collaboration graph
[legend]

Data Fields

SPF_dns_destroy_t destroy
 
SPF_dns_lookup_t lookup
 
SPF_dns_get_spf_t get_spf
 
SPF_dns_get_exp_t get_exp
 
SPF_dns_add_cache_t add_cache
 
SPF_dns_server_t * layer_below
 
const char * name
 
int debug
 
void * hook
 

Detailed Description

Definition at line 135 of file spf_dns.h.

Field Documentation

§ add_cache

SPF_dns_add_cache_t SPF_dns_server_t::add_cache

Definition at line 147 of file spf_dns.h.

§ debug

int SPF_dns_server_t::debug

Definition at line 153 of file spf_dns.h.

§ destroy

SPF_dns_destroy_t SPF_dns_server_t::destroy

The destructor for this SPF_dns_server_t. If this is NULL, then the structure is assumed to be shared between multiple SPF_server_t objects, and is not freed when the server is destroyed, or by any call to SPF_dns_free(). In this case, it is assumed that somebody else knows, and will free the resolver at the appropriate object.

Definition at line 142 of file spf_dns.h.

§ get_exp

SPF_dns_get_exp_t SPF_dns_server_t::get_exp

Definition at line 146 of file spf_dns.h.

§ get_spf

SPF_dns_get_spf_t SPF_dns_server_t::get_spf

Definition at line 145 of file spf_dns.h.

§ hook

void* SPF_dns_server_t::hook

Definition at line 154 of file spf_dns.h.

§ layer_below

SPF_dns_server_t* SPF_dns_server_t::layer_below

Definition at line 150 of file spf_dns.h.

§ lookup

SPF_dns_lookup_t SPF_dns_server_t::lookup

Definition at line 144 of file spf_dns.h.

§ name

const char* SPF_dns_server_t::name

Definition at line 152 of file spf_dns.h.


The documentation for this struct was generated from the following file: