ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
struct | DNS_HOST_T |
struct | DNS_HOSTARR_T |
Macros | |
#define | MAX_HOST 128 |
#define | __ZE_DNS_PARSE_H 1 |
Typedefs | |
typedef struct DNS_HOST_T | DNS_HOST_T |
typedef struct DNS_HOSTARR_T | DNS_HOSTARR_T |
Functions | |
void | dns_free_hostarr (DNS_HOSTARR_T *mx) |
int | dns_get_a (char *domain, DNS_HOSTARR_T *a) |
int | dns_get_aaaa (char *domain, DNS_HOSTARR_T *a) |
int | dns_get_mx (char *domain, DNS_HOSTARR_T *mx) |
void | print_dns_reply (DNS_REPLY_T *r, int level) |
#define __ZE_DNS_PARSE_H 1 |
Definition at line 62 of file ze-dns-parse.h.