/freebsd/contrib/ldns/ |
H A D | packet.c | 387 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 D | wire2host.c | 445 status = ldns_wire2rr(&rr, wire, max, &pos, LDNS_SECTION_AUTHORITY); in ldns_wire2pkt()
|
H A D | tsig.c | 103 status = ldns_wire2rr(&rr, wire, wire_len, &pos, LDNS_SECTION_AUTHORITY); in ldns_tsig_prepare_pkt_wire()
|
H A D | host2wire.c | 422 ldns_rr_list_rr(rr_list, i), LDNS_SECTION_AUTHORITY, compression_data); in ldns_pkt2buffer_wire_compress()
|
H A D | libdns.vim | 111 syn keyword ldnsConstant LDNS_SECTION_AUTHORITY
|
/freebsd/contrib/ldns/drill/ |
H A D | dnssec.c | 126 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 D | chasetrace.c | 394 LDNS_SECTION_AUTHORITY in do_chase() 410 LDNS_SECTION_AUTHORITY in do_chase()
|
H A D | securetrace.c | 276 LDNS_RR_TYPE_NS, LDNS_SECTION_AUTHORITY); in do_secure_trace()
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_scrub.c | 81 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 D | msgparse.c | 165 } 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 D | msgreply.c | 256 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 D | msgencode.c | 773 LDNS_SECTION_AUTHORITY, qinfo->qtype, in reply_info_encode()
|
/freebsd/contrib/unbound/sldns/ |
H A D | pkthdr.h | 123 LDNS_SECTION_AUTHORITY = 2, enumerator
|
/freebsd/contrib/ldns/ldns/ |
H A D | packet.h | 280 LDNS_SECTION_AUTHORITY = 2, enumerator
|
/freebsd/contrib/unbound/validator/ |
H A D | val_nsec.c | 192 reason_bogus, LDNS_SECTION_AUTHORITY, qstate, &verified, in nsec_verify_rrset()
|
H A D | val_nsec3.c | 1465 reason, reason_bogus, LDNS_SECTION_AUTHORITY, qstate, in list_is_secure()
|
H A D | val_sigcrypt.c | 1323 section == LDNS_SECTION_AUTHORITY && qstate) { in rrset_canonical()
|
H A D | validator.c | 731 &reason_bogus, LDNS_SECTION_AUTHORITY, qstate, in validate_msg_signatures()
|
/freebsd/contrib/ldns-host/ |
H A D | ldns-host.c | 302 LDNS_SECTION_AUTHORITY, name, c, ixfr_serial); in ldns_resolver_send_to()
|