Home
last modified time | relevance | path

Searched refs:opt_list_out (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/unbound/dynlibmod/examples/
Dhelloworld.c34 struct edns_data* edns, struct edns_option** opt_list_out,
120 struct edns_data* edns, struct edns_option** opt_list_out, in reply_callback() argument
/freebsd-12-stable/contrib/unbound/util/data/
Dmsgparse.c962 if(!edns_opt_list_append_keepalive(&edns->opt_list_out, in parse_edns_options_from_query()
988 if(!edns_opt_list_append(&edns->opt_list_out, in parse_edns_options_from_query()
1018 if(!edns_opt_list_append_keepalive(&edns->opt_list_out, in parse_edns_options_from_query()
1031 if(!edns_opt_list_append(&edns->opt_list_out, in parse_edns_options_from_query()
1083 &edns->opt_list_out, LDNS_EDNS_COOKIE, in parse_edns_options_from_query()
1101 if(!edns_opt_list_append(&edns->opt_list_out, in parse_edns_options_from_query()
1181 edns->opt_list_out = NULL; in parse_extract_edns_from_response_msg()
1275 edns->opt_list_out = NULL; in parse_edns_from_query_pkt()
Dmsgencode.c802 for(opt = edns->opt_list_out; opt; opt = opt->next) { in calc_edns_field_size()
820 for(opt = edns->opt_list_out; opt; opt = opt->next) { in calc_edns_option_size()
845 for(opt = edns->opt_list_out; opt; opt = opt->next) { in calc_ede_option_size()
932 for(opt=edns->opt_list_out; opt; opt=opt->next) { in attach_edns_record_max_msg_sz()
1036 ede_trim_text(&edns->opt_list_out); in reply_info_answer_encode()
1040 edns_opt_list_remove(&edns->opt_list_out, LDNS_EDNS_EDE); in reply_info_answer_encode()
1109 edns_opt_list_remove(&es.opt_list_out, LDNS_EDNS_EDE); in extended_error_encode()
Dmsgparse.h234 struct edns_option* opt_list_out; member
Dmsgreply.c1130 struct edns_option* opt_list_out = NULL; in inplace_cb_reply_call_generic() local
1135 opt_list_out = qstate->edns_opts_front_out; in inplace_cb_reply_call_generic()
1140 rcode, edns, &opt_list_out, repinfo, region, start_time, cb->id, cb->cb_arg); in inplace_cb_reply_call_generic()
1142 edns->opt_list_inplace_cb_out = opt_list_out; in inplace_cb_reply_call_generic()
/freebsd-12-stable/contrib/unbound/dynlibmod/
Ddynlibmod.c215 struct edns_data* edns, struct edns_option** opt_list_out, in dynlib_inplace_cb_reply_generic() argument
219 …ce_cb_reply_func_type*) cb_pair->cb)(qinfo, qstate, rep, rcode, edns, opt_list_out, repinfo, regio… in dynlib_inplace_cb_reply_generic()
Ddynlibmod.h72 struct edns_data* edns, struct edns_option** opt_list_out,
/freebsd-12-stable/contrib/unbound/services/
Dmesh.c1263 edns_opt_list_append_ede(&r->edns.opt_list_out, in mesh_find_and_attach_ede_and_reason()
1335 edns_opt_list_compare(prev->edns.opt_list_out, r->edns.opt_list_out) == 0 && in mesh_send_reply()
1612 if(edns->opt_list_out && !(r->edns.opt_list_out = in mesh_state_add_cb()
1613 edns_opt_copy_region(edns->opt_list_out, s->s.region))) in mesh_state_add_cb()
1639 if(edns->opt_list_out && !(r->edns.opt_list_out = in mesh_state_add_reply()
1640 edns_opt_copy_region(edns->opt_list_out, s->s.region))) in mesh_state_add_reply()
2176 edns_opt_list_append_ede(&r->edns.opt_list_out, in mesh_serve_expired_callback()
Doutside_network.c2844 edns.opt_list_out = sq->opt_list;
2868 padding_option.next = edns.opt_list_out;
2869 edns.opt_list_out = &padding_option;
Dlocalzone.c1345 edns_opt_list_append_ede(&edns->opt_list_out, temp, in local_error_encode()
Dauthzone.c5423 edns.opt_list_out = NULL; in xfr_transfer_lookup_host()
6618 edns.opt_list_out = NULL; in xfr_probe_lookup_host()
8404 edns.opt_list_out = NULL; in zonemd_lookup_dnskey()
/freebsd-12-stable/contrib/unbound/daemon/
Dworker.c515 edns_opt_list_append_ede(&edns->opt_list_out, in answer_norec_from_cache()
559 edns_opt_list_append_ede(&edns->opt_list_out, in answer_norec_from_cache()
716 edns_opt_list_append_ede(&edns->opt_list_out, in answer_from_cache()
783 EDNS_OPT_LIST_APPEND_EDE(&edns->opt_list_out, in answer_from_cache()
791 edns_opt_list_append_ede(&edns->opt_list_out, in answer_from_cache()
1591 edns.opt_list_out = NULL; in worker_handle_request()
1654 EDNS_OPT_LIST_APPEND_EDE(&edns.opt_list_out, in worker_handle_request()
1772 EDNS_OPT_LIST_APPEND_EDE(&edns.opt_list_out, in worker_handle_request()
/freebsd-12-stable/contrib/unbound/util/
Dmodule.h268 struct edns_data* edns, struct edns_option** opt_list_out,
/freebsd-12-stable/contrib/unbound/cachedb/
Dcachedb.c419 edns_opt_list_append_ede(&edns.opt_list_out, qstate->env->scratch, in prep_data()
/freebsd-12-stable/contrib/unbound/libunbound/
Dlibworker.c607 edns->opt_list_out = NULL; in setup_qinfo_edns()
/freebsd-12-stable/contrib/unbound/validator/
Dautotrust.c2376 edns.opt_list_out = NULL; in probe_anchor()