libspf2 1.2.11
|
#include <spf_record.h>
Data Fields | |
unsigned char | prefix_type |
unsigned char | mech_type |
unsigned short | mech_len |
Definition at line 173 of file spf_record.h.
unsigned short SPF_mech_t::mech_len |
bytes of data or cidr len
Definition at line 178 of file spf_record.h.
Referenced by SPF_record_stringify().
unsigned char SPF_mech_t::mech_type |
A/MX/PTR/...
Definition at line 177 of file spf_record.h.
Referenced by SPF_record_interpret(), and SPF_record_stringify().
unsigned char SPF_mech_t::prefix_type |
PASS/FAIL/...
Definition at line 176 of file spf_record.h.
Referenced by SPF_record_interpret(), and SPF_record_stringify().