#include "spf_record.h"
#include "spf_dns.h"
Include dependency graph for spf_server.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Value: SPF_errcode_t \ SPF_server_set_ ## f(SPF_server_t *spf_server, int n); \ int \ SPF_server_get_ ## f(SPF_server_t *spf_server); Definition at line 97 of file spf_server.h. |
|
Definition at line 40 of file spf_server.h. |
|
Definition at line 52 of file spf_server.h. |
|
Definition at line 46 of file spf_server.h. |
|
|
|
|
Definition at line 71 of file spf_server.h. |
|
|
|
|
|
|
|
This function destroys the DNS layer as well. If the (custom) DNS layer has no destructor, then this cannot and does not destroy it. Definition at line 200 of file spf_server.c. References SPF_server_struct::destroy_resolver, SPF_server_struct::explanation, SPF_server_struct::local_policy, SPF_server_struct::rec_dom, SPF_server_struct::resolver, SPF_dns_free(), SPF_macro_free(), SPF_record_free(), and SPF_server_t. Referenced by main(). |
Here is the call graph for this function:
|
Here is the call graph for this function:
|
Definition at line 132 of file spf_server.c. References debug, SPF_server_struct::destroy_resolver, NULL, SPF_server_struct::resolver, SPF_DNS_CACHE, SPF_dns_cache_new(), SPF_DNS_RESOLV, SPF_dns_resolv_new(), SPF_dns_server_t, SPF_DNS_ZONE, SPF_dns_zone_new(), SPF_error, SPF_errorf, and SPF_server_t. Referenced by main(). |
Here is the call graph for this function:
|
Definition at line 180 of file spf_server.c. References debug, SPF_server_struct::destroy_resolver, SPF_server_struct::resolver, SPF_dns_server_t, and SPF_server_t. |
|
Definition at line 235 of file spf_server.c. References SPF_server_struct::explanation, NULL, SPF_ASSERT_NOTNULL, SPF_errcode_t, SPF_macro_free(), SPF_macro_t, SPF_record_compile_macro(), SPF_response_add_error(), SPF_response_new(), SPF_response_t, and SPF_server_t. Referenced by main(). |
Here is the call graph for this function:
|
Definition at line 267 of file spf_server.c. References SPF_server_struct::local_policy, NULL, SPF_ASSERT_NOTNULL, SPF_DEFAULT_WHITELIST, SPF_errcode_t, SPF_record_compile(), SPF_record_free(), SPF_record_t, SPF_response_add_error(), SPF_response_new(), SPF_response_t, SPF_server_t, and SPF_VER_STR. Referenced by main(). |
Here is the call graph for this function:
|
Definition at line 215 of file spf_server.c. References SPF_server_struct::rec_dom, and SPF_server_t. Referenced by main(). |
|
Definition at line 228 of file spf_server.c. References SPF_server_struct::sanitize, and SPF_server_t. Referenced by main(). |