Home
last modified time | relevance | path

Searched refs:answerfrom_str (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ldns/drill/
H A Ddnssec.c37 char *answerfrom_str; in drill_pkt_print() local
60 answerfrom_str = ldns_rdf2str(ldns_pkt_answerfrom(p)); in drill_pkt_print()
61 if (answerfrom_str) { in drill_pkt_print()
62 fprintf(fd, "%s", answerfrom_str); in drill_pkt_print()
63 LDNS_FREE(answerfrom_str); in drill_pkt_print()
73 char *answerfrom_str; in drill_pkt_print_footer() local
91 answerfrom_str = ldns_rdf2str(ldns_pkt_answerfrom(p)); in drill_pkt_print_footer()
92 if (answerfrom_str) { in drill_pkt_print_footer()
93 fprintf(fd, "%s", answerfrom_str); in drill_pkt_print_footer()
94 LDNS_FREE(answerfrom_str); in drill_pkt_print_footer()