| /freebsd-12.1/contrib/unbound/util/ |
| H A D | module.h | 172 struct module_qstate; 370 char* tls_auth_name, struct module_qstate* q); 379 void (*detach_subs)(struct module_qstate* qstate); 403 int (*attach_sub)(struct module_qstate* qstate, 405 int valrec, struct module_qstate** newq); 433 int (*add_sub)(struct module_qstate* qstate, 435 int valrec, struct module_qstate** newq, 445 void (*kill_sub)(struct module_qstate* newq); 596 struct module_qstate { struct 725 struct module_qstate* super); [all …]
|
| H A D | fptr_wlist.h | 216 struct module_qstate* q)); 225 struct module_qstate* qstate)); 234 struct module_qstate* qstate, struct query_info* qinfo, 235 uint16_t qflags, int prime, int valrec, struct module_qstate** newq)); 243 int fptr_whitelist_modenv_add_sub(int (*fptr)(struct module_qstate* qstate, 245 struct module_qstate** newq, struct mesh_state** sub)); 252 int fptr_whitelist_modenv_kill_sub(void (*fptr)(struct module_qstate* newq)); 261 struct module_qstate* qstate, struct query_info* qinfo, 286 int fptr_whitelist_mod_operate(void (*fptr)(struct module_qstate* qstate, 296 struct module_qstate* qstate, int id, struct module_qstate* super)); [all …]
|
| H A D | fptr_wlist.c | 323 struct module_qstate* q)) in fptr_whitelist_modenv_send_query() 332 struct module_qstate* qstate)) in fptr_whitelist_modenv_detach_subs() 340 struct module_qstate* qstate, struct query_info* qinfo, in fptr_whitelist_modenv_attach_sub() 341 uint16_t qflags, int prime, int valrec, struct module_qstate** newq)) in fptr_whitelist_modenv_attach_sub() 349 struct module_qstate* qstate, struct query_info* qinfo, in fptr_whitelist_modenv_add_sub() 350 uint16_t qflags, int prime, int valrec, struct module_qstate** newq, in fptr_whitelist_modenv_add_sub() 358 fptr_whitelist_modenv_kill_sub(void (*fptr)(struct module_qstate* newq)) in fptr_whitelist_modenv_kill_sub() 366 struct module_qstate* qstate, struct query_info* qinfo, in fptr_whitelist_modenv_detect_cycle() 424 fptr_whitelist_mod_operate(void (*fptr)(struct module_qstate* qstate, in fptr_whitelist_mod_operate() 451 struct module_qstate* qstate, int id, struct module_qstate* super)) in fptr_whitelist_mod_inform_super() [all …]
|
| H A D | config_file.h | 51 struct module_qstate; 1129 void errinf(struct module_qstate* qstate, const char* str); 1139 void errinf_origin(struct module_qstate* qstate, struct sock_list *origin); 1146 void errinf_rrset(struct module_qstate* qstate, struct ub_packed_rrset_key *rr); 1154 void errinf_dname(struct module_qstate* qstate, const char* str, 1163 char* errinf_to_str_bogus(struct module_qstate* qstate); 1171 char* errinf_to_str_servfail(struct module_qstate* qstate);
|
| /freebsd-12.1/contrib/unbound/edns-subnet/ |
| H A D | subnetmod.h | 106 void subnetmod_operate(struct module_qstate* qstate, enum module_ev event, 110 void subnetmod_inform_super(struct module_qstate* qstate, int id, 111 struct module_qstate* super); 114 void subnetmod_clear(struct module_qstate* qstate, int id); 124 struct module_qstate* qstate, struct sockaddr_storage* addr, 130 int ecs_edns_back_parsed(struct module_qstate* qstate, int id, void* cbargs); 133 int ecs_query_response(struct module_qstate* qstate, struct dns_msg* response,
|
| H A D | subnetmod.c | 87 subnet_new_qstate(struct module_qstate *qstate, int id) in subnet_new_qstate() 102 struct module_qstate *qstate) in ecs_opt_list_append() 139 uint16_t ATTR_UNUSED(flags), struct module_qstate* qstate, in ecs_whitelist_check() 318 update_cache(struct module_qstate *qstate, int id) in update_cache() 470 eval_response(struct module_qstate *qstate, int id, struct subnet_qstate *sq) in eval_response() 636 ecs_query_response(struct module_qstate* qstate, struct dns_msg* response, in ecs_query_response() 656 ecs_edns_back_parsed(struct module_qstate* qstate, int id, in ecs_edns_back_parsed() 682 subnetmod_operate(struct module_qstate *qstate, enum module_ev event, in subnetmod_operate() 822 subnetmod_clear(struct module_qstate *ATTR_UNUSED(qstate), in subnetmod_clear() 829 subnetmod_inform_super(struct module_qstate *ATTR_UNUSED(qstate), in subnetmod_inform_super() [all …]
|
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | mesh.h | 174 struct module_qstate s; 355 void mesh_detach_subs(struct module_qstate* qstate); 381 int mesh_attach_sub(struct module_qstate* qstate, struct query_info* qinfo, 382 uint16_t qflags, int prime, int valrec, struct module_qstate** newq); 409 int mesh_add_sub(struct module_qstate* qstate, struct query_info* qinfo, 410 uint16_t qflags, int prime, int valrec, struct module_qstate** newq, 448 void mesh_state_delete(struct module_qstate* qstate); 606 int mesh_detect_cycle(struct module_qstate* qstate, struct query_info* qinfo, 672 mesh_serve_expired_lookup(struct module_qstate* qstate,
|
| H A D | outbound_list.h | 46 struct module_qstate; 69 struct module_qstate* qstate;
|
| /freebsd-12.1/contrib/unbound/validator/ |
| H A D | val_utils.h | 50 struct module_qstate; 132 struct module_qstate* qstate); 148 struct module_qstate* qstate); 169 struct module_qstate* qstate); 192 struct module_qstate* qstate); 222 struct module_qstate* qstate); 253 int downprot, char** reason, struct module_qstate* qstate);
|
| H A D | val_sigcrypt.h | 50 struct module_qstate; 251 sldns_pkt_section section, struct module_qstate* qstate); 269 sldns_pkt_section section, struct module_qstate* qstate); 291 struct module_qstate* qstate); 319 sldns_pkt_section section, struct module_qstate* qstate);
|
| H A D | validator.h | 263 void val_operate(struct module_qstate* qstate, enum module_ev event, int id, 273 void val_inform_super(struct module_qstate* qstate, int id, 274 struct module_qstate* super); 277 void val_clear(struct module_qstate* qstate, int id);
|
| /freebsd-12.1/contrib/unbound/dns64/ |
| H A D | dns64.h | 59 void dns64_operate(struct module_qstate* qstate, enum module_ev event, int id, 62 void dns64_inform_super(struct module_qstate* qstate, int id, 63 struct module_qstate* super); 66 void dns64_clear(struct module_qstate* qstate, int id);
|
| H A D | dns64.c | 455 handle_ipv6_ptr(struct module_qstate* qstate, int id) in handle_ipv6_ptr() 458 struct module_qstate* subq = NULL; in handle_ipv6_ptr() 507 generate_type_A_query(struct module_qstate* qstate, int id) in generate_type_A_query() 509 struct module_qstate* subq = NULL; in generate_type_A_query() 568 handle_event_pass(struct module_qstate* qstate, int id) in handle_event_pass() 611 handle_event_moddone(struct module_qstate* qstate, int id) in handle_event_moddone() 803 dns64_adjust_a(int id, struct module_qstate* super, struct module_qstate* qstate) in dns64_adjust_a() 900 dns64_adjust_ptr(struct module_qstate* qstate, struct module_qstate* super) in dns64_adjust_ptr() 935 dns64_inform_super(struct module_qstate* qstate, int id, in dns64_inform_super() 936 struct module_qstate* super) in dns64_inform_super() [all …]
|
| /freebsd-12.1/contrib/unbound/ipset/ |
| H A D | ipset.h | 58 void ipset_operate(struct module_qstate* qstate, enum module_ev event, 61 void ipset_inform_super(struct module_qstate* qstate, int id, 62 struct module_qstate* super); 64 void ipset_clear(struct module_qstate* qstate, int id);
|
| H A D | ipset.c | 34 static int error_response(struct module_qstate* qstate, int id, int rcode) { in error_response() 273 static int ipset_new(struct module_qstate* qstate, int id) { in ipset_new() 288 void ipset_operate(struct module_qstate *qstate, enum module_ev event, int id, in ipset_operate() 344 void ipset_inform_super(struct module_qstate *ATTR_UNUSED(qstate), in ipset_inform_super() 345 int ATTR_UNUSED(id), struct module_qstate *ATTR_UNUSED(super)) { in ipset_inform_super() 350 void ipset_clear(struct module_qstate *qstate, int id) { in ipset_clear()
|
| /freebsd-12.1/contrib/unbound/ipsecmod/ |
| H A D | ipsecmod.h | 81 void ipsecmod_operate(struct module_qstate* qstate, enum module_ev event, 84 void ipsecmod_inform_super(struct module_qstate* qstate, int id, 85 struct module_qstate* super); 87 void ipsecmod_clear(struct module_qstate* qstate, int id);
|
| H A D | ipsecmod.c | 102 ipsecmod_new(struct module_qstate* qstate, int id) in ipsecmod_new() 124 ipsecmod_error(struct module_qstate* qstate, int id) in ipsecmod_error() 143 generate_request(struct module_qstate* qstate, int id, uint8_t* name, in generate_request() 146 struct module_qstate* newq; in generate_request() 238 call_hook(struct module_qstate* qstate, struct ipsecmod_qstate* iq, in call_hook() 375 ipsecmod_handle_query(struct module_qstate* qstate, in ipsecmod_handle_query() 461 ipsecmod_handle_response(struct module_qstate* qstate, in ipsecmod_handle_response() 498 ipsecmod_operate(struct module_qstate* qstate, enum module_ev event, int id, in ipsecmod_operate() 549 ipsecmod_inform_super(struct module_qstate* qstate, int id, in ipsecmod_inform_super() 550 struct module_qstate* super) in ipsecmod_inform_super() [all …]
|
| /freebsd-12.1/contrib/unbound/cachedb/ |
| H A D | cachedb.h | 97 void cachedb_operate(struct module_qstate* qstate, enum module_ev event, 100 void cachedb_inform_super(struct module_qstate* qstate, int id, 101 struct module_qstate* super); 103 void cachedb_clear(struct module_qstate* qstate, int id);
|
| H A D | cachedb.c | 289 cachedb_new(struct module_qstate* qstate, int id) in cachedb_new() 312 error_response(struct module_qstate* qstate, int id, int rcode) in error_response() 331 calc_hash(struct module_qstate* qstate, char* buf, size_t len) in calc_hash() 379 prep_data(struct module_qstate* qstate, struct sldns_buffer* buf) in prep_data() 616 cachedb_intcache_lookup(struct module_qstate* qstate) in cachedb_intcache_lookup() 647 cachedb_intcache_store(struct module_qstate* qstate) in cachedb_intcache_store() 669 cachedb_handle_query(struct module_qstate* qstate, in cachedb_handle_query() 745 cachedb_handle_response(struct module_qstate* qstate, in cachedb_handle_response() 813 cachedb_inform_super(struct module_qstate* ATTR_UNUSED(qstate), in cachedb_inform_super() 814 int ATTR_UNUSED(id), struct module_qstate* ATTR_UNUSED(super)) in cachedb_inform_super() [all …]
|
| /freebsd-12.1/contrib/unbound/util/data/ |
| H A D | msgreply.h | 54 struct module_qstate; 560 struct module_qstate* qstate, struct reply_info* rep, int rcode, 577 struct query_info* qinfo, struct module_qstate* qstate, 595 struct query_info* qinfo, struct module_qstate* qstate, 614 struct query_info* qinfo, struct module_qstate* qstate, 637 uint8_t* zone, size_t zonelen, struct module_qstate* qstate, 649 struct module_qstate* qstate); 661 struct module_qstate* qstate, struct dns_msg* response);
|
| /freebsd-12.1/contrib/unbound/iterator/ |
| H A D | iterator.h | 447 void iter_operate(struct module_qstate* qstate, enum module_ev event, int id, 460 void iter_inform_super(struct module_qstate* qstate, int id, 461 struct module_qstate* super); 464 void iter_clear(struct module_qstate* qstate, int id);
|
| H A D | iter_utils.h | 59 struct module_qstate; 159 void iter_mark_cycle_targets(struct module_qstate* qstate, struct delegpt* dp); 167 void iter_mark_pside_cycle_targets(struct module_qstate* qstate, 385 int iter_stub_fwd_no_cache(struct module_qstate *qstate,
|
| H A D | iterator.c | 225 error_supers(struct module_qstate* qstate, int id, struct module_qstate* super) in error_supers() 781 struct module_qstate* subq; in prime_root() 845 struct module_qstate* subq; in prime_stub() 1026 struct module_qstate* subq; in generate_a_aaaa_check() 1080 struct module_qstate* subq; in generate_ns_check() 1146 struct module_qstate* subq; in generate_dnskey_prefetch() 1727 struct module_qstate* subq; in generate_parentside_target_query() 1778 struct module_qstate* subq; in generate_target_query() 3120 prime_supers(struct module_qstate* qstate, int id, struct module_qstate* forq) in prime_supers() 3228 struct module_qstate* forq) in processTargetResponse() [all …]
|
| /freebsd-12.1/contrib/unbound/respip/ |
| H A D | respip.h | 201 void respip_operate(struct module_qstate* qstate, enum module_ev event, int id, 205 void respip_inform_super(struct module_qstate* qstate, int id, 206 struct module_qstate* super); 209 void respip_clear(struct module_qstate* qstate, int id);
|
| /freebsd-12.1/contrib/unbound/libunbound/ |
| H A D | worker.h | 49 struct module_qstate; 76 struct module_qstate* q); 131 struct module_qstate* q);
|