/openbsd/sbin/unwind/libunbound/services/cache/ |
H A D | dns.h | 61 struct dns_msg { struct 147 struct regional* region, struct dns_msg** msg, time_t timenow, 163 struct dns_msg* tomsg(struct module_env* env, struct query_info* q, 173 struct dns_msg* dns_msg_deepcopy_region(struct dns_msg* origin, 194 struct dns_msg* dns_cache_lookup(struct module_env* env, 221 struct dns_msg* dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype, 233 int dns_msg_authadd(struct dns_msg* msg, struct regional* region, 245 int dns_msg_ansadd(struct dns_msg* msg, struct regional* region,
|
H A D | dns.c | 308 struct dns_msg** msg) in find_add_addrs() 465 struct dns_msg* 469 struct dns_msg* msg = (struct dns_msg*)regional_alloc(region, in dns_msg_create() 571 static struct dns_msg* 574 struct dns_msg* msg = (struct dns_msg*)regional_alloc(region, in gen_dns_msg() 599 struct dns_msg* 604 struct dns_msg* msg; in tomsg() 686 struct dns_msg* 713 struct dns_msg* msg; in rrset_msg() 744 struct dns_msg* msg; in synth_dname_msg() [all …]
|
/openbsd/usr.sbin/unbound/services/cache/ |
H A D | dns.h | 61 struct dns_msg { struct 147 struct regional* region, struct dns_msg** msg, time_t timenow, 163 struct dns_msg* tomsg(struct module_env* env, struct query_info* q, 173 struct dns_msg* dns_msg_deepcopy_region(struct dns_msg* origin, 194 struct dns_msg* dns_cache_lookup(struct module_env* env, 221 struct dns_msg* dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype, 233 int dns_msg_authadd(struct dns_msg* msg, struct regional* region, 245 int dns_msg_ansadd(struct dns_msg* msg, struct regional* region,
|
H A D | dns.c | 308 struct dns_msg** msg) in find_add_addrs() 465 struct dns_msg* 469 struct dns_msg* msg = (struct dns_msg*)regional_alloc(region, in dns_msg_create() 571 static struct dns_msg* 574 struct dns_msg* msg = (struct dns_msg*)regional_alloc(region, in gen_dns_msg() 599 struct dns_msg* 604 struct dns_msg* msg; in tomsg() 686 struct dns_msg* 713 struct dns_msg* msg; in rrset_msg() 744 struct dns_msg* msg; in synth_dname_msg() [all …]
|
/openbsd/sbin/unwind/libunbound/iterator/ |
H A D | iter_utils.h | 121 struct dns_msg* dns_alloc_msg(struct sldns_buffer* pkt, struct msg_parse* msg, 130 struct dns_msg* dns_copy_msg(struct dns_msg* from, struct regional* regional); 222 struct dns_msg* msg, uint16_t dclass); 232 int iter_msg_has_dnssec(struct dns_msg* msg); 246 int iter_msg_from_zone(struct dns_msg* msg, struct delegpt* dp, 353 void iter_scrub_ds(struct dns_msg* msg, struct ub_packed_rrset_key* ns, 361 void iter_scrub_nxdomain(struct dns_msg* msg); 390 int iter_ds_toolow(struct dns_msg* msg, struct delegpt* dp);
|
H A D | iter_resptype.h | 45 struct dns_msg; 105 enum response_type response_type_from_cache(struct dns_msg* msg, 126 struct dns_msg* msg, struct query_info* request, struct delegpt* dp,
|
H A D | iterator.h | 294 struct dns_msg* response; 335 struct dns_msg* caps_response; 338 struct dns_msg* deleg_msg;
|
H A D | iter_utils.c | 661 struct dns_msg* 665 struct dns_msg* m = (struct dns_msg*)regional_alloc(region, in dns_alloc_msg() 666 sizeof(struct dns_msg)); in dns_alloc_msg() 677 struct dns_msg* 678 dns_copy_msg(struct dns_msg* from, struct regional* region) in dns_copy_msg() 680 struct dns_msg* m = (struct dns_msg*)regional_alloc(region, in dns_copy_msg() 681 sizeof(struct dns_msg)); in dns_copy_msg() 857 struct dns_msg* msg, uint16_t dclass) in iter_indicates_dnssec() 900 iter_msg_has_dnssec(struct dns_msg* msg) in iter_msg_has_dnssec() 1341 iter_scrub_nxdomain(struct dns_msg* msg) in iter_scrub_nxdomain() [all …]
|
H A D | iter_delegpt.h | 49 struct dns_msg; 361 struct delegpt* delegpt_from_message(struct dns_msg* msg,
|
/openbsd/usr.sbin/unbound/iterator/ |
H A D | iter_utils.h | 121 struct dns_msg* dns_alloc_msg(struct sldns_buffer* pkt, struct msg_parse* msg, 130 struct dns_msg* dns_copy_msg(struct dns_msg* from, struct regional* regional); 222 struct dns_msg* msg, uint16_t dclass); 232 int iter_msg_has_dnssec(struct dns_msg* msg); 246 int iter_msg_from_zone(struct dns_msg* msg, struct delegpt* dp, 353 void iter_scrub_ds(struct dns_msg* msg, struct ub_packed_rrset_key* ns, 361 void iter_scrub_nxdomain(struct dns_msg* msg); 390 int iter_ds_toolow(struct dns_msg* msg, struct delegpt* dp);
|
H A D | iter_resptype.h | 45 struct dns_msg; 105 enum response_type response_type_from_cache(struct dns_msg* msg, 126 struct dns_msg* msg, struct query_info* request, struct delegpt* dp,
|
H A D | iterator.h | 294 struct dns_msg* response; 335 struct dns_msg* caps_response; 338 struct dns_msg* deleg_msg;
|
H A D | iter_utils.c | 661 struct dns_msg* 665 struct dns_msg* m = (struct dns_msg*)regional_alloc(region, in dns_alloc_msg() 666 sizeof(struct dns_msg)); in dns_alloc_msg() 677 struct dns_msg* 678 dns_copy_msg(struct dns_msg* from, struct regional* region) in dns_copy_msg() 680 struct dns_msg* m = (struct dns_msg*)regional_alloc(region, in dns_copy_msg() 681 sizeof(struct dns_msg)); in dns_copy_msg() 857 struct dns_msg* msg, uint16_t dclass) in iter_indicates_dnssec() 900 iter_msg_has_dnssec(struct dns_msg* msg) in iter_msg_has_dnssec() 1341 iter_scrub_nxdomain(struct dns_msg* msg) in iter_scrub_nxdomain() [all …]
|
H A D | iter_delegpt.h | 49 struct dns_msg; 361 struct delegpt* delegpt_from_message(struct dns_msg* msg,
|
H A D | iter_resptype.c | 53 response_type_from_cache(struct dns_msg* msg, in response_type_from_cache() 109 struct dns_msg* msg, struct query_info* request, struct delegpt* dp, in response_type_from_server()
|
/openbsd/sbin/unwind/libunbound/validator/ |
H A D | validator.h | 156 struct dns_msg* orig_msg; 228 struct dns_msg* sub_ds_msg;
|
H A D | val_neg.h | 56 struct dns_msg; 244 struct dns_msg* val_neg_getmsg(struct val_neg_cache* neg,
|
/openbsd/usr.sbin/unbound/validator/ |
H A D | validator.h | 156 struct dns_msg* orig_msg; 228 struct dns_msg* sub_ds_msg;
|
H A D | val_neg.h | 56 struct dns_msg; 244 struct dns_msg* val_neg_getmsg(struct val_neg_cache* neg,
|
/openbsd/usr.sbin/unbound/services/ |
H A D | rpz.h | 195 struct dns_msg* rpz_callback_from_iterator_module(struct module_qstate* qstate, 206 struct dns_msg* rpz_callback_from_iterator_cname(struct module_qstate* qstate,
|
H A D | rpz.c | 1950 struct dns_msg* msg = in rpz_dns_msg_new() 2019 struct dns_msg* msg = NULL; in rpz_synthesize_localdata_from_rrset() 2136 static struct dns_msg* 2161 static struct dns_msg* 2165 struct dns_msg* msg = NULL; in rpz_synthesize_cname_override_msg() 2274 static struct dns_msg* 2280 struct dns_msg* ret = NULL; in rpz_apply_nsip_trigger() 2338 static struct dns_msg* 2343 struct dns_msg* ret = NULL; in rpz_apply_nsdname_trigger() 2432 struct dns_msg* [all …]
|
/openbsd/sbin/unwind/libunbound/services/ |
H A D | rpz.h | 195 struct dns_msg* rpz_callback_from_iterator_module(struct module_qstate* qstate, 206 struct dns_msg* rpz_callback_from_iterator_cname(struct module_qstate* qstate,
|
H A D | rpz.c | 1950 struct dns_msg* msg = in rpz_dns_msg_new() 2019 struct dns_msg* msg = NULL; in rpz_synthesize_localdata_from_rrset() 2136 static struct dns_msg* 2161 static struct dns_msg* 2165 struct dns_msg* msg = NULL; in rpz_synthesize_cname_override_msg() 2274 static struct dns_msg* 2280 struct dns_msg* ret = NULL; in rpz_apply_nsip_trigger() 2338 static struct dns_msg* 2343 struct dns_msg* ret = NULL; in rpz_apply_nsdname_trigger() 2432 struct dns_msg* [all …]
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | module.h | 317 struct dns_msg* response, int id, void* cb_args); 327 typedef struct dns_msg* serve_expired_lookup_func_type( 639 struct dns_msg* return_msg;
|
/openbsd/usr.sbin/unbound/util/ |
H A D | module.h | 317 struct dns_msg* response, int id, void* cb_args); 327 typedef struct dns_msg* serve_expired_lookup_func_type( 639 struct dns_msg* return_msg;
|