ze-filter  (ze-filter-0.8.0-develop-180218)
ze-dns-parse.c File Reference
#include <ze-sys.h>
#include <ze-libjc.h>
#include <ze-dns-parse.h>

Go to the source code of this file.

Functions

void dns_free_hostarr (DNS_HOSTARR_T *r)
 
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)
 
int compar_dns_host (void *va, const void *vb) const
 

Function Documentation

◆ compar_dns_host()

int compar_dns_host ( void *  va,
const void *  vb 
) const

Definition at line 450 of file ze-dns-parse.c.