| /freebsd/contrib/unbound/util/ |
| H A D | module.h | 172 struct module_qstate; 269 struct module_qstate* qstate, struct reply_info* rep, int rcode, 293 struct module_qstate* qstate, struct sockaddr_storage* addr, 305 typedef int inplace_cb_edns_back_parsed_func_type(struct module_qstate* qstate, 317 typedef int inplace_cb_query_response_func_type(struct module_qstate* qstate, 330 struct module_qstate* qstate, struct query_info* lookup_qinfo, 390 char* tls_auth_name, struct module_qstate* q, int* was_ratelimited, 400 void (*detach_subs)(struct module_qstate* qstate); 426 int (*attach_sub)(struct module_qstate* qstate, 429 struct module_qstate** newq); [all …]
|
| H A D | fptr_wlist.h | 216 int ssl_upstream, char* tls_auth_name, struct module_qstate* q, 226 struct module_qstate* qstate)); 235 struct module_qstate* qstate, struct query_info* qinfo, 237 int valrec, struct module_qstate** newq)); 245 int fptr_whitelist_modenv_add_sub(int (*fptr)(struct module_qstate* qstate, 247 uint16_t qflags, int prime, int valrec, struct module_qstate** newq, 255 int fptr_whitelist_modenv_kill_sub(void (*fptr)(struct module_qstate* newq)); 264 struct module_qstate* qstate, struct query_info* qinfo, 305 int fptr_whitelist_mod_operate(void (*fptr)(struct module_qstate* qstate, 315 struct module_qstate* qstate, int id, struct module_qstate* super)); [all …]
|
| H A D | fptr_wlist.c | 366 int ssl_upstream, char* tls_auth_name, struct module_qstate* q, in fptr_whitelist_modenv_send_query() 376 struct module_qstate* qstate)) in fptr_whitelist_modenv_detach_subs() 384 struct module_qstate* qstate, struct query_info* qinfo, in fptr_whitelist_modenv_attach_sub() 386 int valrec, struct module_qstate** newq)) in fptr_whitelist_modenv_attach_sub() 394 struct module_qstate* qstate, struct query_info* qinfo, in fptr_whitelist_modenv_add_sub() 396 int valrec, struct module_qstate** newq, struct mesh_state** sub)) in fptr_whitelist_modenv_add_sub() 403 fptr_whitelist_modenv_kill_sub(void (*fptr)(struct module_qstate* newq)) in fptr_whitelist_modenv_kill_sub() 411 struct module_qstate* qstate, struct query_info* qinfo, in fptr_whitelist_modenv_detect_cycle() 497 fptr_whitelist_mod_operate(void (*fptr)(struct module_qstate* qstate, in fptr_whitelist_mod_operate() 527 struct module_qstate* qstat in fptr_whitelist_mod_inform_super() [all...] |
| H A D | module.c | 78 void errinf(struct module_qstate* qstate, const char* str) in errinf() 83 void errinf_ede(struct module_qstate* qstate, in errinf_ede() 112 void errinf_origin(struct module_qstate* qstate, struct sock_list *origin) in errinf_origin() 132 char* errinf_to_str_bogus(struct module_qstate* qstate, struct regional* region) in errinf_to_str_bogus() 161 sldns_ede_code errinf_to_reason_bogus(struct module_qstate* qstate) in errinf_to_reason_bogus() 175 char* errinf_to_str_servfail(struct module_qstate* qstate) in errinf_to_str_servfail() 200 char* errinf_to_str_misc(struct module_qstate* qstate) in errinf_to_str_misc() 218 void errinf_rrset(struct module_qstate* qstate, struct ub_packed_rrset_key *rr) in errinf_rrset() 232 void errinf_dname(struct module_qstate* qstate, const char* str, uint8_t* dname) in errinf_dname() 410 copy_state_to_super(struct module_qstate* qstat [all...] |
| /freebsd/contrib/unbound/dynlibmod/ |
| H A D | dynlibmod.h | 57 void dynlibmod_operate(struct module_qstate* qstate, enum module_ev event, 61 void dynlibmod_inform_super(struct module_qstate* qstate, int id, 62 struct module_qstate* super); 65 void dynlibmod_clear(struct module_qstate* qstate, int id); 71 struct module_qstate* qstate, struct reply_info* rep, int rcode, 77 struct module_qstate* qstate, struct sockaddr_storage* addr, 81 int dynlib_inplace_cb_edns_back_parsed(struct module_qstate* qstate, 84 int dynlib_inplace_cb_query_response(struct module_qstate* qstate, 106 typedef void (*func_operate_t)(struct module_qstate*, enum module_ev, int, struct outbound_entry*); 107 typedef void (*func_inform_t)(struct module_qstate*, int, struct module_qstate*); [all …]
|
| H A D | dynlibmod.c | 179 void dynlibmod_operate(struct module_qstate* qstate, enum module_ev event, in dynlibmod_operate() 187 void dynlibmod_inform_super(struct module_qstate* qstate, int id, in dynlibmod_inform_super() 188 struct module_qstate* super) { in dynlibmod_inform_super() 195 void dynlibmod_clear(struct module_qstate* qstate, int id) { in dynlibmod_clear() 214 struct module_qstate* qstate, struct reply_info* rep, int rcode, in dynlib_inplace_cb_reply_generic() 223 struct module_qstate* qstate, struct sockaddr_storage* addr, in dynlib_inplace_cb_query_generic() 230 int dynlib_inplace_cb_edns_back_parsed(struct module_qstate* qstate, in dynlib_inplace_cb_edns_back_parsed() 236 int dynlib_inplace_cb_query_response(struct module_qstate* qstate, in dynlib_inplace_cb_query_response()
|
| /freebsd/contrib/unbound/edns-subnet/ |
| H A D | subnetmod.h | 141 void subnetmod_operate(struct module_qstate* qstate, enum module_ev event, 145 void subnetmod_inform_super(struct module_qstate* qstate, int id, 146 struct module_qstate* super); 149 void subnetmod_clear(struct module_qstate* qstate, int id); 159 struct module_qstate* qstate, struct sockaddr_storage* addr, 165 int ecs_edns_back_parsed(struct module_qstate* qstate, int id, void* cbargs); 168 int ecs_query_response(struct module_qstate* qstate, struct dns_msg* response, 176 struct module_qstate *qstate, struct regional *region);
|
| /freebsd/contrib/unbound/cachedb/ |
| H A D | cachedb.h | 98 void cachedb_operate(struct module_qstate* qstate, enum module_ev event, 101 void cachedb_inform_super(struct module_qstate* qstate, int id, 102 struct module_qstate* super); 104 void cachedb_clear(struct module_qstate* qstate, int id); 128 void cachedb_msg_remove(struct module_qstate* qstate);
|
| H A D | cachedb.c | 290 cachedb_new(struct module_qstate* qstate, int id) in cachedb_new() 313 error_response(struct module_qstate* qstate, int id, int rcode) in error_response() 381 prep_data(struct module_qstate* qstate, struct sldns_buffer* buf) in prep_data() 452 good_expiry_and_qinfo(struct module_qstate* qstate, struct sldns_buffer* buf) in good_expiry_and_qinfo() 543 parse_data(struct module_qstate* qstate, struct sldns_buffer* buf, in parse_data() 652 cachedb_extcache_lookup(struct module_qstate* qstate, struct cachedb_env* ie, in cachedb_extcache_lookup() 681 cachedb_extcache_store(struct module_qstate* qstate, struct cachedb_env* ie) in cachedb_extcache_store() 701 cachedb_intcache_lookup(struct module_qstate* qstate, struct cachedb_env* cde) in cachedb_intcache_lookup() 743 cachedb_intcache_store(struct module_qstate* qstate, int msg_expired, in cachedb_intcache_store() 800 cachedb_handle_query(struct module_qstate* qstate, in cachedb_handle_query() [all …]
|
| /freebsd/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 | 461 handle_ipv6_ptr(struct module_qstate* qstate, int id) in handle_ipv6_ptr() 464 struct module_qstate* subq = NULL; in handle_ipv6_ptr() 513 generate_type_A_query(struct module_qstate* qstate, int id) in generate_type_A_query() 515 struct module_qstate* subq = NULL; in generate_type_A_query() 550 dns64_always_synth_for_qname(struct module_qstate* qstate, int id) in dns64_always_synth_for_qname() 574 handle_event_pass(struct module_qstate* qstate, int id) in handle_event_pass() 618 handle_event_moddone(struct module_qstate* qstate, int id) in handle_event_moddone() 692 dns64_operate(struct module_qstate* qstate, enum module_ev event, int id, in dns64_operate() 837 dns64_adjust_a(int id, struct module_qstate* super, struct module_qstate* qstate) in dns64_adjust_a() 946 dns64_adjust_ptr(struct module_qstate* qstate, struct module_qstate* super) in dns64_adjust_ptr() [all …]
|
| /freebsd/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 | 110 ipsecmod_new(struct module_qstate* qstate, int id) in ipsecmod_new() 132 ipsecmod_error(struct module_qstate* qstate, int id) in ipsecmod_error() 151 generate_request(struct module_qstate* qstate, int id, uint8_t* name, in generate_request() 154 struct module_qstate* newq; in generate_request() 257 call_hook(struct module_qstate* qstate, struct ipsecmod_qstate* iq, in call_hook() 430 ipsecmod_handle_query(struct module_qstate* qstate, in ipsecmod_handle_query() 525 ipsecmod_handle_response(struct module_qstate* qstate, in ipsecmod_handle_response() 563 ipsecmod_operate(struct module_qstate* qstate, enum module_ev event, int id, in ipsecmod_operate() 617 ipsecmod_inform_super(struct module_qstate* qstate, int id, in ipsecmod_inform_super() 618 struct module_qstate* super) in ipsecmod_inform_super() [all …]
|
| /freebsd/contrib/unbound/services/ |
| H A D | mesh.h | 198 struct module_qstate s; 401 void mesh_detach_subs(struct module_qstate* qstate); 429 int mesh_attach_sub(struct module_qstate* qstate, struct query_info* qinfo, 431 int valrec, struct module_qstate** newq); 460 int mesh_add_sub(struct module_qstate* qstate, struct query_info* qinfo, 462 int valrec, struct module_qstate** newq, struct mesh_state** sub); 499 void mesh_state_delete(struct module_qstate* qstate); 668 int mesh_detect_cycle(struct module_qstate* qstate, struct query_info* qinfo, 740 mesh_serve_expired_lookup(struct module_qstate* qstate,
|
| /freebsd/contrib/unbound/ipset/ |
| H A D | ipset.h | 62 void ipset_operate(struct module_qstate* qstate, enum module_ev event, 65 void ipset_inform_super(struct module_qstate* qstate, int id, 66 struct module_qstate* super); 68 void ipset_clear(struct module_qstate* qstate, int id);
|
| /freebsd/contrib/unbound/dynlibmod/examples/ |
| H A D | helloworld.c | 33 struct module_qstate* qstate, struct reply_info* rep, int rcode, 62 EXPORT void operate(struct module_qstate* qstate, enum module_ev event, in operate() 93 EXPORT void inform_super(struct module_qstate* qstate, int id, in inform_super() 94 struct module_qstate* super) { in inform_super() 100 EXPORT void clear(struct module_qstate* qstate, int id) { in clear() 119 struct module_qstate* qstate, struct reply_info* rep, int rcode, in reply_callback()
|
| /freebsd/contrib/unbound/validator/ |
| H A D | val_utils.h | 51 struct module_qstate; 141 sldns_pkt_section section, struct module_qstate* qstate, 168 sldns_ede_code *reason_bogus, struct module_qstate* qstate, 196 sldns_ede_code *reason_bogus, struct module_qstate* qstate, 231 sldns_ede_code *reason_bogus, struct module_qstate* qstate, 266 char** reason, sldns_ede_code *reason_bogus, struct module_qstate* qstate,
|
| H A D | validator.h | 269 void val_operate(struct module_qstate* qstate, enum module_ev event, int id, 279 void val_inform_super(struct module_qstate* qstate, int id, 280 struct module_qstate* super); 283 void val_clear(struct module_qstate* qstate, int id);
|
| H A D | val_sigcrypt.h | 51 struct module_qstate; 278 sldns_pkt_section section, struct module_qstate* qstate, 301 sldns_pkt_section section, struct module_qstate* qstate, 332 sldns_pkt_section section, struct module_qstate* qstate);
|
| /freebsd/contrib/unbound/util/data/ |
| H A D | msgreply.h | 59 struct module_qstate; 674 struct module_qstate* qstate, struct reply_info* rep, int rcode, 694 struct query_info* qinfo, struct module_qstate* qstate, 715 struct query_info* qinfo, struct module_qstate* qstate, 737 struct query_info* qinfo, struct module_qstate* qstate, 761 uint8_t* zone, size_t zonelen, struct module_qstate* qstate, 773 struct module_qstate* qstate); 785 struct module_qstate* qstate, struct dns_msg* response);
|
| /freebsd/contrib/unbound/iterator/ |
| H A D | iterator.h | 538 void iter_operate(struct module_qstate* qstate, enum module_ev event, int id, 551 void iter_inform_super(struct module_qstate* qstate, int id, 552 struct module_qstate* super); 555 void iter_clear(struct module_qstate* qstate, int id);
|
| H A D | iterator.c | 84 static void target_count_increase_nx(struct module_qstate* qstate, 129 iter_new(struct module_qstate* qstate, int id) in iter_new() 222 error_supers(struct module_qstate* qstate, int id, struct module_qstate* super) in error_supers() 275 error_response(struct module_qstate* qstate, int id, int rcode) in error_response() 296 error_response_cache(struct module_qstate* qstate, int id, int rcode) in error_response_cache() 476 iter_add_prepend_answer(struct module_qstate* qstate, struct iter_qstate* iq, in iter_add_prepend_answer() 501 iter_add_prepend_auth(struct module_qstate* qstate, struct iter_qstate* iq, in iter_add_prepend_auth() 533 handle_cname_response(struct module_qstate* qstate, struct iter_qstate* iq, in handle_cname_response() 632 errinf_reply(struct module_qstate* qstate, struct iter_qstate* iq) in errinf_reply() 738 target_count_create(struct module_qstate* qstate, struct iter_qstate* iq) in target_count_create() [all …]
|
| H A D | iter_utils.h | 59 struct module_qstate; 175 void iter_mark_cycle_targets(struct module_qstate* qstate, struct delegpt* dp); 183 void iter_mark_pside_cycle_targets(struct module_qstate* qstate, 419 int iter_stub_fwd_no_cache(struct module_qstate *qstate,
|
| /freebsd/contrib/unbound/respip/ |
| H A D | respip.h | 213 void respip_operate(struct module_qstate* qstate, enum module_ev event, int id, 217 void respip_inform_super(struct module_qstate* qstate, int id, 218 struct module_qstate* super); 221 void respip_clear(struct module_qstate* qstate, int id);
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | worker.h | 49 struct module_qstate; 83 struct module_qstate* q, int* was_ratelimited, 142 struct module_qstate* q, int* was_ratelimited,
|