#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../../src/libspf/spf.h"
Include dependency graph for spfquery.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | _SPF_QUERY_H 1 |
#define | SPFQUERY_VERSION "0.1" /* version */ |
#define | HELO_HOST "nobody" /* default HELO host if none */ |
#define | HOSTNAME "libspf.org" /* hostname */ |
Functions | |
int | main (int argc, char *argv[]) |
void | SPF_usage () |
|
Definition at line 45 of file spfquery.h. |
|
Definition at line 55 of file spfquery.h. Referenced by main(). |
|
Definition at line 56 of file spfquery.h. |
|
Definition at line 54 of file spfquery.h. Referenced by main(). |
|
Definition at line 58 of file spfquery.c. References confg, peer_info_s::error, peer_info_s::explain, FALSE, HELO_HOST, spf_config_s::level, peer_info_s::RES, peer_info_s::rs, SPF_close(), SPF_init(), SPF_policy_main(), SPF_smtp_from(), SPF_smtp_helo(), SPF_usage(), SPFQUERY_VERSION, and u_int8_t. Here is the call graph for this function: ![]() |
|
Definition at line 178 of file spfquery.c. Referenced by main(). |