Home
last modified time | relevance | path

Searched refs:delegpt (Results 1 – 23 of 23) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diter_delegpt.h57 struct delegpt { struct
168 struct delegpt* delegpt_create(struct regional* regional);
176 struct delegpt* delegpt_copy(struct delegpt* dp, struct regional* regional);
319 void delegpt_add_unused_targets(struct delegpt* dp);
326 size_t delegpt_count_missing_targets(struct delegpt* dp);
329 size_t delegpt_count_targets(struct delegpt* dp);
372 void delegpt_no_ipv6(struct delegpt* dp);
379 void delegpt_no_ipv4(struct delegpt* dp);
386 struct delegpt* delegpt_create_mlc(uint8_t* name);
392 void delegpt_free_mlc(struct delegpt* dp);
[all …]
H A Diter_utils.h53 struct delegpt;
100 struct module_env* env, struct delegpt* dp, uint8_t* name,
170 struct delegpt* dp);
181 struct delegpt* dp);
204 int iter_indicates_dnssec(struct module_env* env, struct delegpt* dp,
229 int iter_msg_from_zone(struct dns_msg* msg, struct delegpt* dp,
303 struct delegpt* dp, struct regional* region, struct query_info* qinfo);
317 struct delegpt* dp, struct regional* region, struct query_info* qinfo);
361 void iter_merge_retry_counts(struct delegpt* dp, struct delegpt* old,
373 int iter_ds_toolow(struct dns_msg* msg, struct delegpt* dp);
[all …]
H A Diter_delegpt.c53 struct delegpt*
56 struct delegpt* dp=(struct delegpt*)regional_alloc( in delegpt_create()
64 struct delegpt* delegpt_copy(struct delegpt* dp, struct regional* region) in delegpt_copy()
317 delegpt_count_targets(struct delegpt* dp) in delegpt_count_targets()
349 struct delegpt*
353 struct delegpt* dp; in delegpt_from_message()
511 void delegpt_no_ipv6(struct delegpt* dp) in delegpt_no_ipv6()
521 void delegpt_no_ipv4(struct delegpt* dp) in delegpt_no_ipv4()
533 struct delegpt* dp=(struct delegpt*)calloc(1, sizeof(*dp)); in delegpt_create_mlc()
548 void delegpt_free_mlc(struct delegpt* dp) in delegpt_free_mlc()
[all …]
H A Diter_fwd.h47 struct delegpt;
80 struct delegpt* dp;
114 struct delegpt* forwards_find(struct iter_forwards* fwd, uint8_t* qname,
128 struct delegpt* forwards_lookup(struct iter_forwards* fwd,
137 struct delegpt* forwards_lookup_root(struct iter_forwards* fwd,
168 struct delegpt* dp);
H A Diter_hints.h48 struct delegpt;
72 struct delegpt* dp;
103 struct delegpt* hints_lookup_root(struct iter_hints* hints, uint16_t qclass);
130 uint8_t* qname, uint16_t qclass, struct delegpt* dp);
149 int hints_add_stub(struct iter_hints* hints, uint16_t c, struct delegpt* dp,
H A Diter_hints.c92 ah(struct delegpt* dp, const char* sv, const char* ip) in ah()
114 static struct delegpt*
126 struct delegpt* dp = delegpt_create_mlc((uint8_t*)"\000"); in compile_time_root_prime()
191 static struct delegpt*
194 struct delegpt* dp; in read_stubs_name()
217 read_stubs_host(struct config_stub* s, struct delegpt* dp) in read_stubs_host()
242 read_stubs_addr(struct config_stub* s, struct delegpt* dp) in read_stubs_addr()
274 struct delegpt* dp; in read_stubs()
304 struct delegpt* dp; in read_root_hints()
461 struct delegpt*
[all …]
H A Diter_fwd.c110 size_t nmlen, int nmlabs, struct delegpt* dp) in forwards_insert_data()
142 forwards_insert(struct iter_forwards* fwd, uint16_t c, struct delegpt* dp) in forwards_insert()
178 static struct delegpt*
181 struct delegpt* dp; in read_fwds_name()
204 read_fwds_host(struct config_stub* s, struct delegpt* dp) in read_fwds_host()
229 read_fwds_addr(struct config_stub* s, struct delegpt* dp) in read_fwds_addr()
262 struct delegpt* dp; in read_forwards()
343 struct delegpt*
357 struct delegpt*
391 struct delegpt*
[all …]
H A Diter_resptype.h47 struct delegpt;
125 struct dns_msg* msg, struct query_info* request, struct delegpt* dp);
H A Diterator.h48 struct delegpt;
284 struct delegpt* dp;
331 struct delegpt* store_parent_NS;
H A Diter_utils.c287 struct delegpt* dp, int* best_rtt, struct sock_list* blacklist, in iter_fill_rtt()
366 struct delegpt* dp, int* selected_rtt, int open_target, in iter_filter_order()
554 struct module_env* env, struct delegpt* dp, in iter_server_selection()
698 iter_mark_cycle_targets(struct module_qstate* qstate, struct delegpt* dp) in iter_mark_cycle_targets()
746 struct delegpt* dp) in iter_dp_is_useless()
803 iter_indicates_dnssec(struct module_env* env, struct delegpt* dp, in iter_indicates_dnssec()
862 int iter_msg_from_zone(struct dns_msg* msg, struct delegpt* dp, in iter_msg_from_zone()
1303 void iter_merge_retry_counts(struct delegpt* dp, struct delegpt* old, in iter_merge_retry_counts()
1335 iter_ds_toolow(struct dns_msg* msg, struct delegpt* dp) in iter_ds_toolow()
1382 int iter_dp_cangodown(struct query_info* qinfo, struct delegpt* dp) in iter_dp_cangodown()
[all …]
H A Diter_resptype.c108 struct dns_msg* msg, struct query_info* request, struct delegpt* dp) in response_type_from_server()
H A Diterator.c645 uint16_t qclass, struct delegpt** retdp) in can_have_last_resort()
647 struct delegpt* fwddp; in can_have_last_resort()
834 struct delegpt* dp; in prime_root()
898 struct delegpt* stub_dp; in prime_stub()
1017 struct delegpt* dp; in auth_zone_delegpt()
1032 dp = (struct delegpt*)regional_alloc_zero( in auth_zone_delegpt()
1241 struct delegpt* dp; in forward_request()
1581 struct delegpt* retdp = NULL; in processInitRequest()
1984 struct delegpt* p = hints_lookup_root(qstate->env->hints, in processLastResort()
3238 struct delegpt* dp = NULL; in prime_supers()
/dports/dns/unbound/unbound-1.14.0/services/cache/
H A Ddns.h50 struct delegpt;
134 struct delegpt* dns_cache_find_delegation(struct module_env* env,
187 struct regional* region, struct delegpt* dp);
H A Ddns.c266 struct regional* region, struct delegpt* dp, time_t now, in find_add_addrs()
320 struct regional* region, struct delegpt* dp) in cache_fill_missing()
376 struct dns_msg* msg, struct delegpt* dp, time_t now) in find_add_ds()
461 struct delegpt*
469 struct delegpt* dp; in dns_cache_find_delegation()
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/signer/
H A Drrset.c586 ldns_rr_type delegpt = LDNS_RR_TYPE_FIRST; in rrset_sign() local
598 delegpt = LDNS_RR_TYPE_SOA; in rrset_sign()
602 delegpt = domain_is_delegpt(domain); in rrset_sign()
630 if (delegpt != LDNS_RR_TYPE_SOA && rrset->rrtype != LDNS_RR_TYPE_DS) { in rrset_sign()
641 (delegpt == LDNS_RR_TYPE_SOA || rrset->rrtype == LDNS_RR_TYPE_DS)); in rrset_sign()
722 …} else if (dstatus != LDNS_RR_TYPE_SOA || (delegpt != LDNS_RR_TYPE_SOA && rrset->rrtype != LDNS_RR… in rrset_sign()
727 …ods_log_assert(dstatus == LDNS_RR_TYPE_SOA || (delegpt == LDNS_RR_TYPE_SOA || rrset->rrtype == LDN… in rrset_sign()
/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dinterface.i1060 struct delegpt {
1073 PyObject* _get_dp_dname(struct delegpt* dp) {
1076 PyObject* _get_dp_dname_components(struct delegpt* dp) {
1096 %extend delegpt {
1375 struct delegpt* dns_cache_find_delegation(struct module_env* env,
1379 struct delegpt* dp);
1381 uint8_t* qname, uint16_t qclass, struct delegpt* dp);
1384 struct delegpt* find_delegation(struct module_qstate* qstate, char *nm, size_t nmlen);
1389 struct delegpt* find_delegation(struct module_qstate* qstate, char *nm, size_t nmlen)
1391 struct delegpt *dp;
/dports/dns/unbound/unbound-1.14.0/daemon/
H A Dcachedump.c713 print_dp_details(RES* ssl, struct worker* worker, struct delegpt* dp) in print_dp_details()
789 print_dp_main(RES* ssl, struct delegpt* dp, struct dns_msg* msg) in print_dp_main()
821 struct delegpt* dp; in print_deleg_lookup()
H A Dremote.c1972 struct delegpt* dp) in ssl_print_name_dp()
2007 struct delegpt* dp; in print_root_fwds()
2017 static struct delegpt*
2023 struct delegpt* dp = delegpt_create_mlc(nm); in parse_delegpt()
2105 struct delegpt* dp; in do_forward()
2117 parse_fs_args(RES* ssl, char* args, uint8_t** nm, struct delegpt** dp, in parse_fs_args()
2167 struct delegpt* dp = NULL; in do_forward_add()
2212 struct delegpt* dp = NULL; in do_stub_add()
H A Dworker.c458 struct delegpt *dp; in answer_norec_from_cache()
/dports/dns/unbound/unbound-1.14.0/doc/
H A DTODO10 o delegpt use rbtree for ns-list, to avoid slowdown for very large NS sets.
H A DChangelog4887 exposes struct delegpt, and adds the find_delegation function.
5855 - Review comments, removed duplicate memset to zero in delegpt.
6602 iterator get_mem includes priv_get_mem. delegpt nodup removed.
/dports/dns/nsd/nsd-4.3.9/
H A Dnsec3.c1021 struct domain *domain, int delegpt) in nsec3_add_ds_proof() argument
1029 } else if (!delegpt && domain->nsec3 && domain->nsec3->nsec3_is_exact in nsec3_add_ds_proof()
/dports/dns/unbound/unbound-1.14.0/services/
H A Drpz.c2063 rpz_delegation_point_zone_lookup(struct delegpt* dp, struct local_zones* zones, in rpz_delegation_point_zone_lookup()