#include <spf_dns_rr.h>
Data Fields | |
struct in_addr | a |
char | ptr [1] |
char | mx [1] |
char | txt [1] |
struct 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 [read] |
Definition at line 33 of file spf_dns_rr.h.
Referenced by SPF_dns_get_client_dom(), SPF_dns_rr_dup(), SPF_dns_zone_add_str(), and SPF_record_interpret().
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(), SPF_dns_rr_dup(), SPF_dns_zone_add_str(), and SPF_record_interpret().
char SPF_dns_rr_data_t::mx[1] |
Definition at line 35 of file spf_dns_rr.h.
Referenced by SPF_dns_rr_dup(), SPF_dns_zone_add_str(), and SPF_record_interpret().
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_dns_zone_add_str(), SPF_request_get_exp(), and SPF_server_get_record().
struct in6_addr SPF_dns_rr_data_t::aaaa [read] |
Definition at line 37 of file spf_dns_rr.h.
Referenced by SPF_dns_get_client_dom(), SPF_dns_rr_dup(), SPF_dns_zone_add_str(), and SPF_record_interpret().