#include <spf_record.h>

Data Fields | |
| SPF_server_t * | spf_server |
| unsigned char | version |
| unsigned char | num_mech |
| unsigned char | num_mod |
| unsigned char | num_dns_mech |
| SPF_mech_t * | mech_first |
| size_t | mech_size |
| size_t | mech_len |
| SPF_mod_t * | mod_first |
| size_t | mod_size |
| size_t | mod_len |
Definition at line 205 of file spf_record.h.
Definition at line 207 of file spf_record.h.
Referenced by SPF_record_interpret(), and SPF_record_new().
| unsigned char SPF_record_struct::version |
Definition at line 210 of file spf_record.h.
Referenced by SPF_record_compile(), SPF_record_print(), and SPF_record_stringify().
| unsigned char SPF_record_struct::num_mech |
Definition at line 211 of file spf_record.h.
Referenced by SPF_record_interpret(), SPF_record_print(), and SPF_record_stringify().
| unsigned char SPF_record_struct::num_mod |
Definition at line 212 of file spf_record.h.
Referenced by SPF_record_print(), and SPF_record_stringify().
| unsigned char SPF_record_struct::num_dns_mech |
Definition at line 213 of file spf_record.h.
Definition at line 216 of file spf_record.h.
Referenced by SPF_record_free(), SPF_record_interpret(), and SPF_record_stringify().
| size_t SPF_record_struct::mech_size |
Definition at line 217 of file spf_record.h.
| size_t SPF_record_struct::mech_len |
Definition at line 218 of file spf_record.h.
Referenced by SPF_record_print(), and SPF_record_stringify().
Definition at line 220 of file spf_record.h.
Referenced by SPF_record_free(), and SPF_record_stringify().
| size_t SPF_record_struct::mod_size |
Definition at line 221 of file spf_record.h.
| size_t SPF_record_struct::mod_len |
Definition at line 222 of file spf_record.h.
Referenced by SPF_record_print(), and SPF_record_stringify().
1.5.4