Go to the source code of this file.
Functions | |
ldns_rdf * | ldns_rdf_new_addr_frm_str (char *) |
return a address rdf, either A or AAAA NULL if anything goes wrong | |
void | print_ds_of_keys (ldns_pkt *p) |
print all the ds of the keys in the packet | |
void * | xmalloc (size_t s) |
Alloc some memory, with error checking. | |
void * | xrealloc (void *p, size_t s) |
Realloc some memory, with error checking. | |
void | xfree (void *q) |
Free the data. |
ldns_rdf* ldns_rdf_new_addr_frm_str | ( | char * | ) |
return a address rdf, either A or AAAA NULL if anything goes wrong
void print_ds_of_keys | ( | ldns_pkt * | p | ) |
print all the ds of the keys in the packet
void xfree | ( | void * | q | ) |
Free the data.
void* xmalloc | ( | size_t | s | ) |
Alloc some memory, with error checking.
void* xrealloc | ( | void * | p, | |
size_t | s | |||
) |
Realloc some memory, with error checking.