#include <spf_dns_rr.h>
Data Fields | |
in_addr | a |
char | ptr [1] |
char | mx [1] |
char | txt [1] |
in6_addr | aaaa |
The strings in this union are usually malloc'ed larger than the size of the union. Only create pointers to it!
Definition at line 30 of file spf_dns_rr.h.
struct in_addr SPF_dns_rr_data_t::a |
Definition at line 33 of file spf_dns_rr.h.
Referenced by SPF_dns_get_client_dom(), SPF_dns_rr_dup(), and SPF_record_interpret().
struct in6_addr SPF_dns_rr_data_t::aaaa |
Definition at line 37 of file spf_dns_rr.h.
Referenced by SPF_dns_rr_dup(), and SPF_record_interpret().
char SPF_dns_rr_data_t::mx[1] |
char SPF_dns_rr_data_t::ptr[1] |
Definition at line 34 of file spf_dns_rr.h.
Referenced by SPF_dns_get_client_dom(), and SPF_dns_rr_dup().
char SPF_dns_rr_data_t::txt[1] |
Definition at line 36 of file spf_dns_rr.h.
Referenced by main(), SPF_dns_rr_dup(), SPF_request_get_exp(), and SPF_server_get_record().