#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.
Definition at line 175 of file spf_response.h.
Referenced by SPF_i_done(), SPF_record_interpret(), SPF_response_new(), SPF_response_result(), and SPF_server_get_record().
Definition at line 176 of file spf_response.h.
Referenced by SPF_i_done(), SPF_record_interpret(), SPF_response_reason(), and SPF_server_get_record().
Definition at line 177 of file spf_response.h.
Referenced by SPF_i_done(), and SPF_response_errcode().
Definition at line 179 of file spf_response.h.
Referenced by SPF_response_free(), and SPF_response_get_received_spf().
Definition at line 181 of file spf_response.h.
Referenced by SPF_response_free(), and SPF_response_get_header_comment().
Definition at line 182 of file spf_response.h.
Referenced by SPF_response_free(), and SPF_response_get_smtp_comment().
Definition at line 183 of file spf_response.h.
Referenced by SPF_response_free(), and SPF_response_get_explanation().
Definition at line 186 of file spf_response.h.
Referenced by SPF_response_free(), and SPF_response_message().
unsigned short SPF_response_struct::errors_size |
Allocated
Definition at line 187 of file spf_response.h.
unsigned short SPF_response_struct::errors_length |
Used
Definition at line 188 of file spf_response.h.
Referenced by SPF_response_free(), SPF_response_messages(), and SPF_response_warnings().
unsigned short SPF_response_struct::num_errors |
Excluding warnings
Definition at line 189 of file spf_response.h.
Referenced by SPF_response_errors(), and SPF_response_warnings().