Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/data/
H A Dmsgencode.c851 if(opt->opt_code == LDNS_EDNS_EDE) { in calc_ede_option_size()
861 if(opt->opt_code == LDNS_EDNS_EDE) { in calc_ede_option_size()
882 while(list && *list && (*list)->opt_code == LDNS_EDNS_EDE in ede_trim_text()
890 if(curr->opt_code == LDNS_EDNS_EDE) { in ede_trim_text()
1057 edns_opt_list_remove(&edns->opt_list_inplace_cb_out, LDNS_EDNS_EDE); in reply_info_answer_encode()
1058 edns_opt_list_remove(&edns->opt_list_out, LDNS_EDNS_EDE); in reply_info_answer_encode()
1126 edns_opt_list_remove(&es.opt_list_inplace_cb_out, LDNS_EDNS_EDE); in extended_error_encode()
1127 edns_opt_list_remove(&es.opt_list_out, LDNS_EDNS_EDE); in extended_error_encode()
H A Dmsgreply.h599 edns_opt_list_append((LIST), LDNS_EDNS_EDE, \
H A Dmsgreply.c1119 opt->opt_code = LDNS_EDNS_EDE; in edns_opt_list_append_ede()
/freebsd/contrib/ldns/ldns/
H A Dedns.h42 LDNS_EDNS_EDE = 15, /* RFC8914 */ enumerator
/freebsd/contrib/unbound/sldns/
H A Drrdef.h439 LDNS_EDNS_EDE = 15, /* RFC8914 */ enumerator
H A Dwire2str.c2356 case LDNS_EDNS_EDE: in sldns_wire2str_edns_option_print()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c582 (ede = edns_opt_list_find(edns.opt_list_in, LDNS_EDNS_EDE))) { in parse_data()
/freebsd/contrib/unbound/daemon/
H A Dworker.c1282 sldns_buffer_write_u16(c->buffer, LDNS_EDNS_EDE); in deny_refuse()
/freebsd/contrib/ldns/
H A Dhost2str.c2658 case LDNS_EDNS_EDE: in ldns_edns_option_list2buffer_str()