libspf2 1.2.11
|
#include <spf_response.h>
Data Fields | |
SPF_request_t * | spf_request |
SPF_record_t * | spf_record_exp |
SPF_result_t | result |
SPF_reason_t | reason |
SPF_errcode_t | err |
char * | received_spf |
char * | received_spf_value |
char * | header_comment |
char * | smtp_comment |
char * | explanation |
SPF_error_t * | errors |
unsigned short | errors_size |
unsigned short | errors_length |
unsigned short | num_errors |
int | num_dns_mech |
Definition at line 169 of file spf_response.h.
SPF_errcode_t SPF_response_t::err |
Definition at line 177 of file spf_response.h.
SPF_error_t* SPF_response_t::errors |
Definition at line 186 of file spf_response.h.
unsigned short SPF_response_t::errors_length |
Used
Definition at line 188 of file spf_response.h.
unsigned short SPF_response_t::errors_size |
Allocated
Definition at line 187 of file spf_response.h.
char* SPF_response_t::explanation |
Definition at line 183 of file spf_response.h.
char* SPF_response_t::header_comment |
Definition at line 181 of file spf_response.h.
int SPF_response_t::num_dns_mech |
Definition at line 192 of file spf_response.h.
unsigned short SPF_response_t::num_errors |
Excluding warnings
Definition at line 189 of file spf_response.h.
SPF_reason_t SPF_response_t::reason |
Definition at line 176 of file spf_response.h.
char* SPF_response_t::received_spf |
Definition at line 179 of file spf_response.h.
char* SPF_response_t::received_spf_value |
Definition at line 180 of file spf_response.h.
SPF_result_t SPF_response_t::result |
Definition at line 175 of file spf_response.h.
char* SPF_response_t::smtp_comment |
Definition at line 182 of file spf_response.h.
SPF_record_t* SPF_response_t::spf_record_exp |
Definition at line 172 of file spf_response.h.
SPF_request_t* SPF_response_t::spf_request |
Definition at line 171 of file spf_response.h.