Home
last modified time | relevance | path

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

/openbsd/src/sbin/unwind/libunbound/services/
Dmesh.c409 int unique = unique_mesh_state(edns->opt_list_in, mesh->env); in mesh_new_client()
474 if(edns->opt_list_in) { in mesh_new_client()
475 s->s.edns_opts_front_in = edns_opt_copy_region(edns->opt_list_in, in mesh_new_client()
583 int unique = unique_mesh_state(edns->opt_list_in, mesh->env); in mesh_new_callback()
610 if(edns->opt_list_in) { in mesh_new_callback()
611 s->s.edns_opts_front_in = edns_opt_copy_region(edns->opt_list_in, in mesh_new_callback()
1696 if(edns->opt_list_in && !(r->edns.opt_list_in = in mesh_state_add_cb()
1697 edns_opt_copy_region(edns->opt_list_in, s->s.region))) in mesh_state_add_cb()
1723 if(edns->opt_list_in && !(r->edns.opt_list_in = in mesh_state_add_reply()
1724 edns_opt_copy_region(edns->opt_list_in, s->s.region))) in mesh_state_add_reply()
Dauthzone.c5432 edns.opt_list_in = NULL; in xfr_transfer_lookup_host()
6627 edns.opt_list_in = NULL; in xfr_probe_lookup_host()
8427 edns.opt_list_in = NULL; in zonemd_lookup_dnskey()
Doutside_network.c2873 edns.opt_list_in = NULL;
/openbsd/src/usr.sbin/unbound/services/
Dmesh.c409 int unique = unique_mesh_state(edns->opt_list_in, mesh->env); in mesh_new_client()
474 if(edns->opt_list_in) { in mesh_new_client()
475 s->s.edns_opts_front_in = edns_opt_copy_region(edns->opt_list_in, in mesh_new_client()
583 int unique = unique_mesh_state(edns->opt_list_in, mesh->env); in mesh_new_callback()
610 if(edns->opt_list_in) { in mesh_new_callback()
611 s->s.edns_opts_front_in = edns_opt_copy_region(edns->opt_list_in, in mesh_new_callback()
1696 if(edns->opt_list_in && !(r->edns.opt_list_in = in mesh_state_add_cb()
1697 edns_opt_copy_region(edns->opt_list_in, s->s.region))) in mesh_state_add_cb()
1723 if(edns->opt_list_in && !(r->edns.opt_list_in = in mesh_state_add_reply()
1724 edns_opt_copy_region(edns->opt_list_in, s->s.region))) in mesh_state_add_reply()
Dauthzone.c5432 edns.opt_list_in = NULL; in xfr_transfer_lookup_host()
6627 edns.opt_list_in = NULL; in xfr_probe_lookup_host()
8427 edns.opt_list_in = NULL; in zonemd_lookup_dnskey()
Doutside_network.c2873 edns.opt_list_in = NULL;
/openbsd/src/usr.sbin/unbound/util/data/
Dmsgparse.h234 struct edns_option* opt_list_in; member
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()
/openbsd/src/sbin/unwind/libunbound/util/data/
Dmsgparse.h234 struct edns_option* opt_list_in; member
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()
/openbsd/src/usr.sbin/unbound/daemon/
Dworker.c1592 edns.opt_list_in = NULL; in worker_handle_request()
1828 original_edns_list = edns.opt_list_in; in worker_handle_request()
1834 if(!edns_bypass_cache_stage(edns.opt_list_in, &worker->env)) { in worker_handle_request()
/openbsd/src/usr.sbin/unbound/cachedb/
Dcachedb.c582 (ede = edns_opt_list_find(edns.opt_list_in, LDNS_EDNS_EDE))) { in parse_data()
/openbsd/src/sbin/unwind/libunbound/libunbound/
Dlibworker.c592 edns->opt_list_in = NULL; in setup_qinfo_edns()
/openbsd/src/usr.sbin/unbound/libunbound/
Dlibworker.c592 edns->opt_list_in = NULL; in setup_qinfo_edns()
/openbsd/src/usr.sbin/unbound/testcode/
Dunitmain.c1127 for(opt = edns->opt_list_in; opt; opt = opt->next) { in edns_ede_encode_check()
Dfake_event.c1329 edns.opt_list_in = NULL; in outnet_serviced_query()
/openbsd/src/usr.sbin/unbound/iterator/
Diterator.c4313 if(edns.opt_list_in) { in process_response()
4314 qstate->edns_opts_back_in = edns_opt_copy_region(edns.opt_list_in, in process_response()
/openbsd/src/sbin/unwind/libunbound/iterator/
Diterator.c4313 if(edns.opt_list_in) { in process_response()
4314 qstate->edns_opts_back_in = edns_opt_copy_region(edns.opt_list_in, in process_response()
/openbsd/src/usr.sbin/unbound/validator/
Dautotrust.c2380 edns.opt_list_in = NULL; in probe_anchor()
/openbsd/src/sbin/unwind/libunbound/validator/
Dautotrust.c2384 edns.opt_list_in = NULL; in probe_anchor()
/openbsd/src/usr.sbin/unbound/doc/
DChangelog1654 - Fix to make python module opt_list use opt_list_in.