Searched refs:LDNS_EDNS_EDE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/unbound/util/data/ |
H A D | msgencode.c | 851 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 D | msgreply.h | 599 edns_opt_list_append((LIST), LDNS_EDNS_EDE, \
|
H A D | msgreply.c | 1119 opt->opt_code = LDNS_EDNS_EDE; in edns_opt_list_append_ede()
|
/freebsd/contrib/ldns/ldns/ |
H A D | edns.h | 42 LDNS_EDNS_EDE = 15, /* RFC8914 */ enumerator
|
/freebsd/contrib/unbound/sldns/ |
H A D | rrdef.h | 439 LDNS_EDNS_EDE = 15, /* RFC8914 */ enumerator
|
H A D | wire2str.c | 2356 case LDNS_EDNS_EDE: in sldns_wire2str_edns_option_print()
|
/freebsd/contrib/unbound/cachedb/ |
H A D | cachedb.c | 582 (ede = edns_opt_list_find(edns.opt_list_in, LDNS_EDNS_EDE))) { in parse_data()
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 1282 sldns_buffer_write_u16(c->buffer, LDNS_EDNS_EDE); in deny_refuse()
|
/freebsd/contrib/ldns/ |
H A D | host2str.c | 2658 case LDNS_EDNS_EDE: in ldns_edns_option_list2buffer_str()
|