Home
last modified time | relevance | path

Searched refs:sldns_wirerr_get_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diter_hints.c347 if(sldns_wirerr_get_type(rr, rr_len, dname_len) in read_root_hints()
361 } else if(sldns_wirerr_get_type(rr, rr_len, dname_len) in read_root_hints()
378 } else if(sldns_wirerr_get_type(rr, rr_len, dname_len) in read_root_hints()
397 sldns_wire2str_type_buf(sldns_wirerr_get_type(rr, in read_root_hints()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c301 sldns_wirerr_get_type(ta->rr, ta->rr_len, ta->dname_len), in ta_is_dnskey_sep()
504 sldns_wirerr_get_type(rr, rr_len, dname_len)!=LDNS_RR_TYPE_DS) { in add_trustanchor_frm_str()
563 if(sldns_wirerr_get_type((*list)->rr, (*list)->rr_len, in assemble_iterate_ds()
582 if(sldns_wirerr_get_type((*list)->rr, (*list)->rr_len, in assemble_iterate_dnskey()
641 k->rk.type = htons(sldns_wirerr_get_type(rr, rr_len, dname_len)); in ub_packed_rrset_heap_key()
672 if(sldns_wirerr_get_type(rr, rr_len, dname_len) == in packed_rrset_heap_data()
1164 if(sldns_wirerr_get_type(ta->rr, ta->rr_len, ta->dname_len) in autr_write_contents()
1345 if(sldns_wirerr_get_type(ta->rr, ta->rr_len, ta->dname_len) != in revoke_dnskey()
1391 return (int)sldns_wirerr_get_type(a->rr, a->rr_len, in ta_compare()
1869 if(sldns_wirerr_get_type(anchor->rr, anchor->rr_len, in init_zsk_to_ksk()
[all …]
H A Dval_anchor.c362 sldns_wirerr_get_type(rr, rl, dl), in anchor_store_new_rr()
369 rr, sldns_wirerr_get_type(rr, rl, dl), in anchor_store_new_rr()
457 if(sldns_wirerr_get_type(rr, len, dname_len) != in anchor_read_file()
458 LDNS_RR_TYPE_DS && sldns_wirerr_get_type(rr, len, in anchor_read_file()
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c347 if(is_rrsig && sldns_wirerr_get_type(rr, rr_len, dname_len) in load_rr()
367 rk->rk.type = htons(sldns_wirerr_get_type(rr, rr_len, dname_len)); in load_rr()
567 qinfo->qtype = sldns_wirerr_get_type(rr, rr_len, dname_len); in load_qinfo()
H A Dacl_list.c328 if(sldns_wirerr_get_type(rr, len, 1) == LDNS_RR_TYPE_CNAME) { in check_data()
342 if(sldns_wirerr_get_type(rr, len, 1) == in check_data()
/freebsd/contrib/unbound/sldns/
H A Dstr2wire.h135 uint16_t sldns_wirerr_get_type(uint8_t* rr, size_t len, size_t dname_len);
H A Dstr2wire.c962 uint16_t sldns_wirerr_get_type(uint8_t* rr, size_t len, size_t dname_len) in sldns_wirerr_get_type() function
H A Dwire2str.c346 uint16_t rrtype = sldns_wirerr_get_type(rr, rrlen, dname_len); in sldns_wire2str_rr_comment_buf()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c290 *type = sldns_wirerr_get_type(rr, len, dname_len); in rrstr_get_rr_content()
314 *dtype = sldns_wirerr_get_type(rr, len, dname_len); in get_rr_nameclass()
1381 rdr_type = sldns_wirerr_get_type(rr, len, 1); in local_data_find_tag_datas()
H A Dauthzone.c1166 uint16_t rr_type = sldns_wirerr_get_type(rr, rr_len, dname_len); in az_insert_rr()
1275 uint16_t rr_type = sldns_wirerr_get_type(rr, rr_len, dname_len); in az_remove_rr()
1556 sldns_wire2str_type_buf(sldns_wirerr_get_type(rr, in az_parse_file()