Home
last modified time | relevance | path

Searched refs:opt_list_in (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dmesh.c411 int unique = unique_mesh_state(edns->opt_list_in, mesh->env); in mesh_new_client()
476 if(edns->opt_list_in) { in mesh_new_client()
477 s->s.edns_opts_front_in = edns_opt_copy_region(edns->opt_list_in, in mesh_new_client()
585 int unique = unique_mesh_state(edns->opt_list_in, mesh->env); in mesh_new_callback()
612 if(edns->opt_list_in) { in mesh_new_callback()
613 s->s.edns_opts_front_in = edns_opt_copy_region(edns->opt_list_in, in mesh_new_callback()
1698 if(edns->opt_list_in && !(r->edns.opt_list_in = in mesh_state_add_cb()
1699 edns_opt_copy_region(edns->opt_list_in, s->s.region))) in mesh_state_add_cb()
1725 if(edns->opt_list_in && !(r->edns.opt_list_in = in mesh_state_add_reply()
1726 edns_opt_copy_region(edns->opt_list_in, s->s.region))) in mesh_state_add_reply()
H A Dauthzone.c5455 edns.opt_list_in = NULL; in xfr_transfer_lookup_host()
6650 edns.opt_list_in = NULL; in xfr_probe_lookup_host()
8450 edns.opt_list_in = NULL; in zonemd_lookup_dnskey()
H A Doutside_network.c2873 edns.opt_list_in = NULL;
/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h236 struct edns_option* opt_list_in; member
H A Dmsgparse.c1142 if(!edns_opt_list_append(&edns->opt_list_in, in parse_edns_options_from_query()
1209 edns->opt_list_in = NULL; in parse_extract_edns_from_response_msg()
1230 if(!edns_opt_list_append(&edns->opt_list_in, in parse_extract_edns_from_response_msg()
1304 edns->opt_list_in = NULL; in parse_edns_from_query_pkt()
/freebsd/contrib/unbound/daemon/
H A Dworker.c1588 edns.opt_list_in = NULL; in worker_handle_request()
1824 original_edns_list = edns.opt_list_in; in worker_handle_request()
1830 if(!edns_bypass_cache_stage(edns.opt_list_in, &worker->env)) { in worker_handle_request()
/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/libunbound/
H A Dlibworker.c592 edns->opt_list_in = NULL; in setup_qinfo_edns()
/freebsd/contrib/unbound/iterator/
H A Diterator.c4337 if(edns.opt_list_in) { in process_response()
4338 qstate->edns_opts_back_in = edns_opt_copy_region(edns.opt_list_in, in process_response()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c2380 edns.opt_list_in = NULL; in probe_anchor()
/freebsd/contrib/unbound/doc/
H A DChangelog1803 - Fix to make python module opt_list use opt_list_in.