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

/freebsd-10-stable/contrib/ldns/
H A Dpacket.c135 ldns_pkt_authority(const ldns_pkt *packet) function
157 ldns_pkt_authority(packet));
173 ldns_pkt_authority(packet));
367 return ldns_rr_list_contains_rr(ldns_pkt_authority(pkt), rr);
375 || ldns_rr_list_contains_rr(ldns_pkt_authority(pkt), rr)
431 return ldns_rr_list_clone(ldns_pkt_authority(packet));
664 if (!ldns_rr_list_push_rr(ldns_pkt_authority(packet), rr)) {
1146 new_pkt->_authority = ldns_rr_list_clone(ldns_pkt_authority(pkt));
H A Dupdate.c164 while ((soa_rr = ldns_rr_list_pop_rr(ldns_pkt_authority(resp)))) {
248 while ((soa_rr = ldns_rr_list_pop_rr(ldns_pkt_authority(resp)))) {
H A Dhost2wire.c292 rr_list = ldns_pkt_authority(packet);
H A Dwire2host.c444 if (!ldns_rr_list_push_rr(ldns_pkt_authority(packet), rr)) {
H A Ddnssec.c208 if (ldns_rr_get_type(ldns_rr_list_rr(ldns_pkt_authority(pkt), i)) ==
H A Dhost2str.c1814 ldns_pkt_authority(pkt), i));
/freebsd-10-stable/contrib/ldns/drill/
H A Dchasetrace.c209 new_nss = ldns_pkt_authority(p);
/freebsd-10-stable/contrib/ldns/ldns/
H A Dpacket.h448 ldns_rr_list *ldns_pkt_authority(const ldns_pkt *p);
/freebsd-10-stable/contrib/ldns-host/
H A Dldns-host.c378 print_pkt_section_verbose("AUTHORITY", ldns_pkt_authority(pkt));

Completed in 103 milliseconds