|
Electroneum
|
#include <module.h>

Public Attributes | |
| struct query_info | qinfo |
| uint16_t | query_flags |
| int | is_priming |
| int | is_valrec |
| struct comm_reply * | reply |
| struct dns_msg * | return_msg |
| int | return_rcode |
| struct sock_list * | reply_origin |
| struct sock_list * | blacklist |
| struct regional * | region |
| struct config_strlist * | errinf |
| int | curmod |
| enum module_ext_state | ext_state [MAX_MODULE] |
| void * | minfo [MAX_MODULE] |
| struct module_env * | env |
| struct mesh_state * | mesh_info |
| time_t | prefetch_leeway |
| struct edns_option * | edns_opts_front_in |
| struct edns_option * | edns_opts_back_out |
| struct edns_option * | edns_opts_back_in |
| struct edns_option * | edns_opts_front_out |
| int | no_cache_lookup |
| int | no_cache_store |
| int | need_refetch |
| struct respip_client_info * | client_info |
| struct respip_action_info * | respip_action_info |
| int | is_drop |
| struct sock_list* module_qstate::blacklist |
| struct respip_client_info* module_qstate::client_info |
| struct edns_option* module_qstate::edns_opts_back_in |
| struct edns_option* module_qstate::edns_opts_back_out |
| struct edns_option* module_qstate::edns_opts_front_in |
| struct edns_option* module_qstate::edns_opts_front_out |
| struct module_env* module_qstate::env |
| struct config_strlist* module_qstate::errinf |
| enum module_ext_state module_qstate::ext_state[MAX_MODULE] |
| int module_qstate::is_drop |
| int module_qstate::is_priming |
| int module_qstate::is_valrec |
| struct mesh_state* module_qstate::mesh_info |
| void* module_qstate::minfo[MAX_MODULE] |
| int module_qstate::need_refetch |
| int module_qstate::no_cache_lookup |
| int module_qstate::no_cache_store |
| time_t module_qstate::prefetch_leeway |
| struct query_info module_qstate::qinfo |
| uint16_t module_qstate::query_flags |
| struct regional* module_qstate::region |
| struct comm_reply* module_qstate::reply |
comm_reply contains server replies
| struct sock_list* module_qstate::reply_origin |
| struct respip_action_info* module_qstate::respip_action_info |
| struct dns_msg* module_qstate::return_msg |
| int module_qstate::return_rcode |