Lines Matching defs:module_qstate
621 struct module_qstate { struct
623 struct query_info qinfo;
625 uint16_t query_flags;
627 int is_priming;
630 int is_valrec;
635 struct sockaddr_storage client_addr;
639 struct comm_reply* reply;
641 struct dns_msg* return_msg;
643 int return_rcode;
645 struct sock_list* reply_origin;
647 struct sock_list* blacklist;
649 struct regional* region;
651 struct errinf_strlist* errinf;
653 int curmod;
655 enum module_ext_state ext_state[MAX_MODULE];
657 void* minfo[MAX_MODULE];
659 struct module_env* env;
661 struct mesh_state* mesh_info;
663 time_t prefetch_leeway;
665 struct serve_expired_data* serve_expired_data;
668 struct edns_option* edns_opts_front_in;
670 struct edns_option* edns_opts_back_out;
672 struct edns_option* edns_opts_back_in;
674 struct edns_option* edns_opts_front_out;
676 int no_cache_lookup;
678 int no_cache_store;
680 int need_refetch;
682 int was_ratelimited;
688 time_t qstarttime;
690 int is_cachedb_answer;
696 struct respip_client_info* client_info;
700 struct respip_action_info* respip_action_info;
702 int rpz_applied;
704 int rpz_passthru;
706 int tcp_required;
709 int is_drop;