Home
last modified time | relevance | path

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

/NextBSD/contrib/ldns/
HDpacket.c135 ldns_pkt_authority(const ldns_pkt *packet) in ldns_pkt_authority() function
157 ldns_pkt_authority(packet)); in ldns_pkt_all()
173 ldns_pkt_authority(packet)); in ldns_pkt_all_noquestion()
367 return ldns_rr_list_contains_rr(ldns_pkt_authority(pkt), rr); in ldns_pkt_rr()
375 || ldns_rr_list_contains_rr(ldns_pkt_authority(pkt), rr) in ldns_pkt_rr()
431 return ldns_rr_list_clone(ldns_pkt_authority(packet)); in ldns_pkt_get_section_clone()
664 if (!ldns_rr_list_push_rr(ldns_pkt_authority(packet), rr)) { in ldns_pkt_push_rr()
1146 new_pkt->_authority = ldns_rr_list_clone(ldns_pkt_authority(pkt)); in ldns_pkt_clone()
HDupdate.c164 while ((soa_rr = ldns_rr_list_pop_rr(ldns_pkt_authority(resp)))) { in ldns_update_soa_zone_mname()
248 while ((soa_rr = ldns_rr_list_pop_rr(ldns_pkt_authority(resp)))) { in ldns_update_soa_zone_mname()
HDhost2wire.c292 rr_list = ldns_pkt_authority(packet); in ldns_pkt2buffer_wire()
HDwire2host.c444 if (!ldns_rr_list_push_rr(ldns_pkt_authority(packet), rr)) { in ldns_wire2pkt()
HDdnssec.c208 if (ldns_rr_get_type(ldns_rr_list_rr(ldns_pkt_authority(pkt), i)) == in ldns_dnssec_pkt_has_rrsigs()
HDhost2str.c1814 ldns_pkt_authority(pkt), i)); in ldns_pkt2buffer_str_fmt()
/NextBSD/contrib/ldns/drill/
HDchasetrace.c209 new_nss = ldns_pkt_authority(p); in do_trace()
/NextBSD/contrib/ldns/ldns/
HDpacket.h448 ldns_rr_list *ldns_pkt_authority(const ldns_pkt *p);
/NextBSD/contrib/ldns-host/
HDldns-host.c378 print_pkt_section_verbose("AUTHORITY", ldns_pkt_authority(pkt)); in print_pkt_verbose()