Home
last modified time | relevance | path

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

/freebsd/contrib/ldns/
H A Dpacket.c387 case LDNS_SECTION_AUTHORITY: in ldns_pkt_rr()
412 case LDNS_SECTION_AUTHORITY: in ldns_pkt_section_count()
452 case LDNS_SECTION_AUTHORITY: in ldns_pkt_get_section_clone()
661 case LDNS_SECTION_AUTHORITY: in ldns_pkt_set_section_count()
694 case LDNS_SECTION_AUTHORITY: in ldns_pkt_push_rr()
879 ldns_pkt_set_section_count(packet, LDNS_SECTION_AUTHORITY, 0); in ldns_pkt_new()
1067 ldns_pkt_push_rr(packet, LDNS_SECTION_AUTHORITY, authsoa_rr); in ldns_pkt_query_new_frm_str_internal()
1141 ldns_pkt_push_rr(packet, LDNS_SECTION_AUTHORITY, authsoa_rr); in ldns_pkt_query_new_internal()
1186 LDNS_SECTION_AUTHORITY); in ldns_pkt_reply_type()
1197 LDNS_SECTION_AUTHORITY); in ldns_pkt_reply_type()
H A Dwire2host.c445 status = ldns_wire2rr(&rr, wire, max, &pos, LDNS_SECTION_AUTHORITY); in ldns_wire2pkt()
H A Dtsig.c103 status = ldns_wire2rr(&rr, wire, wire_len, &pos, LDNS_SECTION_AUTHORITY); in ldns_tsig_prepare_pkt_wire()
H A Dhost2wire.c422 ldns_rr_list_rr(rr_list, i), LDNS_SECTION_AUTHORITY, compression_data); in ldns_pkt2buffer_wire_compress()
H A Dlibdns.vim111 syn keyword ldnsConstant LDNS_SECTION_AUTHORITY
/freebsd/contrib/ldns/drill/
H A Ddnssec.c126 LDNS_SECTION_AUTHORITY); in get_dnssec_rr()
136 LDNS_SECTION_AUTHORITY); in get_dnssec_rr()
143 p, t, LDNS_SECTION_AUTHORITY); in get_dnssec_rr()
148 LDNS_SECTION_AUTHORITY); in get_dnssec_rr()
H A Dchasetrace.c394 LDNS_SECTION_AUTHORITY in do_chase()
410 LDNS_SECTION_AUTHORITY in do_chase()
H A Dsecuretrace.c276 LDNS_RR_TYPE_NS, LDNS_SECTION_AUTHORITY); in do_secure_trace()
/freebsd/contrib/unbound/iterator/
H A Diter_scrub.c81 case LDNS_SECTION_AUTHORITY: msg->ns_rrsets--; break; in remove_rrset()
345 rrset->section == LDNS_SECTION_AUTHORITY) in soa_in_auth()
599 while(rrset && rrset->section == LDNS_SECTION_AUTHORITY) { in scrub_normalize()
952 rrset->section == LDNS_SECTION_AUTHORITY && in scrub_sanitize()
981 (rrset->section == LDNS_SECTION_AUTHORITY || in scrub_sanitize()
/freebsd/contrib/unbound/util/data/
H A Dmsgparse.c165 } else if(type == LDNS_RR_TYPE_SOA && sec == LDNS_SECTION_AUTHORITY) { in pkt_rrset_flags()
308 case LDNS_SECTION_AUTHORITY: msg->ns_rrsets--; break; in change_section()
320 case LDNS_SECTION_AUTHORITY: msg->ns_rrsets++; break; in change_section()
413 case LDNS_SECTION_AUTHORITY: msg->ns_rrsets++; break; in change_rrsig_rrset()
930 if((ret = parse_section(pkt, msg, region, LDNS_SECTION_AUTHORITY, in parse_packet()
H A Dmsgreply.c256 if(type == LDNS_RR_TYPE_SOA && section == LDNS_SECTION_AUTHORITY) { in rdata_copy()
440 } else if(rrset->section == LDNS_SECTION_AUTHORITY) { in get_rrset_trust()
H A Dmsgencode.c773 LDNS_SECTION_AUTHORITY, qinfo->qtype, in reply_info_encode()
/freebsd/contrib/unbound/sldns/
H A Dpkthdr.h123 LDNS_SECTION_AUTHORITY = 2, enumerator
/freebsd/contrib/ldns/ldns/
H A Dpacket.h280 LDNS_SECTION_AUTHORITY = 2, enumerator
/freebsd/contrib/unbound/validator/
H A Dval_nsec.c192 reason_bogus, LDNS_SECTION_AUTHORITY, qstate, &verified, in nsec_verify_rrset()
H A Dval_nsec3.c1465 reason, reason_bogus, LDNS_SECTION_AUTHORITY, qstate, in list_is_secure()
H A Dval_sigcrypt.c1323 section == LDNS_SECTION_AUTHORITY && qstate) { in rrset_canonical()
H A Dvalidator.c731 &reason_bogus, LDNS_SECTION_AUTHORITY, qstate, in validate_msg_signatures()
/freebsd/contrib/ldns-host/
H A Dldns-host.c302 LDNS_SECTION_AUTHORITY, name, c, ixfr_serial); in ldns_resolver_send_to()