Home
last modified time | relevance | path

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

/freebsd/contrib/ldns/drill/
H A Ddnssec.c43 hostnames = ldns_get_rr_list_name_by_addr(r, ldns_pkt_answerfrom(p), 0, 0); in drill_pkt_print()
52 ldns_rdf2str(ldns_pkt_answerfrom(p)), in drill_pkt_print()
60 answerfrom_str = ldns_rdf2str(ldns_pkt_answerfrom(p)); in drill_pkt_print()
79 hostnames = ldns_get_rr_list_name_by_addr(r, ldns_pkt_answerfrom(p), 0, 0); in drill_pkt_print_footer()
83 ldns_rdf2str(ldns_pkt_answerfrom(p)), in drill_pkt_print_footer()
91 answerfrom_str = ldns_rdf2str(ldns_pkt_answerfrom(p)); in drill_pkt_print_footer()
/freebsd/contrib/ldns-host/
H A Dldns-host.c550 print_rdf(ldns_pkt_answerfrom(pkt)); in print_pkt_short()
559 char *from = ldns_rdf2str(ldns_pkt_answerfrom(pkt)); in print_received_line()
820 print_rdf(ldns_pkt_answerfrom(pkt)); in report()
936 ldns_rdf_clone(ldns_pkt_answerfrom(pkt))); in dozonetransfer()
/freebsd/contrib/ldns/
H A Dpacket.c196 ldns_pkt_answerfrom(const ldns_pkt *packet) in ldns_pkt_answerfrom() function
1238 if (ldns_pkt_answerfrom(pkt)) in ldns_pkt_clone()
1240 ldns_rdf_clone(ldns_pkt_answerfrom(pkt))); in ldns_pkt_clone()
H A Dhost2str.c2797 if (ldns_pkt_answerfrom(pkt)) { in ldns_pkt2buffer_str_fmt()
2798 tmp = ldns_rdf2str(ldns_pkt_answerfrom(pkt)); in ldns_pkt2buffer_str_fmt()
/freebsd/contrib/ldns/ldns/
H A Dpacket.h396 ldns_rdf *ldns_pkt_answerfrom(const ldns_pkt *p);