Searched refs:rpz_passthru (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/unbound/services/
H A Dmesh.h301 * @param rpz_passthru: if true, the rpz passthru was previously found and
307 int rpz_passthru);
322 * @param rpz_passthru: if true, the rpz passthru was previously found and
328 uint16_t qid, mesh_cb_func_type cb, void* cb_arg, int rpz_passthru);
338 * @param rpz_passthru: if true, the rpz passthru was previously found and
345 uint16_t qflags, time_t leeway, int rpz_passthru,
H A Dmesh.c406 int rpz_passthru)
471 s->s.rpz_passthru = rpz_passthru;
577 uint16_t qid, mesh_cb_func_type cb, void* cb_arg, int rpz_passthru)
605 s->s.rpz_passthru = rpz_passthru;
674 int rpz_passthru)
729 s->s.rpz_passthru = rpz_passthru;
752 int rpz_passthru, struc
403 mesh_new_client(struct mesh_area* mesh, struct query_info* qinfo, struct respip_client_info* cinfo, uint16_t qflags, struct edns_data* edns, struct comm_reply* rep, uint16_t qid, int rpz_passthru) argument
575 mesh_new_callback(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, struct edns_data* edns, sldns_buffer* buf, uint16_t qid, mesh_cb_func_type cb, void* cb_arg, int rpz_passthru) argument
672 mesh_schedule_prefetch(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, time_t leeway, int run, int rpz_passthru) argument
750 mesh_schedule_prefetch_subnet(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, time_t leeway, int run, int rpz_passthru, struct sockaddr_storage* addr, struct edns_option* edns_list) argument
830 mesh_new_prefetch(struct mesh_area* mesh, struct query_info* qinfo, uint16_t qflags, time_t leeway, int rpz_passthru, struct sockaddr_storage* addr, struct edns_option* opt_list) argument
[all...]
H A Drpz.c2305 ms->rpz_passthru = 1;
2363 ms->rpz_passthru = 1;
2430 if(ms->rpz_passthru) {
2431 verbose(VERB_ALGO, "query is rpz_passthru, no further processing");
2498 if(ms->rpz_passthru) {
2499 verbose(VERB_ALGO, "query is rpz_passthru, no further processing");
2577 ms->rpz_passthru = 1;
/freebsd-current/contrib/unbound/respip/
H A Drespip.h179 * @param rpz_passthru: keeps track of query state can have passthru that
189 int* rpz_passthru);
H A Drespip.c837 int* rpz_passthru)
839 if(rpz_passthru && *rpz_passthru)
855 && rpz_passthru)
856 *rpz_passthru = 1;
870 struct regional* region, struct auth_zones* az, int* rpz_passthru)
943 for(a = az->rpz_first; a && !raddr && !(rpz_passthru && *rpz_passthru); a = a->rpz_az_next) {
952 region, &rpz_used, rpz_passthru)) {
1104 &qstate->rpz_passthru)) {
833 respip_use_rpz(struct resp_addr* raddr, struct rpz* r, enum respip_action* action, struct ub_packed_rrset_key** data, int* rpz_log, char** log_name, int* rpz_cname_override, struct regional* region, int* is_rpz, int* rpz_passthru) argument
866 respip_rewrite_reply(const struct query_info* qinfo, const struct respip_client_info* cinfo, const struct reply_info* rep, struct reply_info** new_repp, struct respip_action_info* actinfo, struct ub_packed_rrset_key** alias_rrset, int search_only, struct regional* region, struct auth_zones* az, int* rpz_passthru) argument
[all...]
/freebsd-current/contrib/unbound/util/
H A Dmodule.h700 int rpz_passthru; member in struct:module_qstate
/freebsd-current/contrib/unbound/daemon/
H A Dworker.c833 int rpz_passthru, struct edns_option* opt_list)
854 PREFETCH_EXPIRY_ADD, rpz_passthru,
864 PREFETCH_EXPIRY_ADD, rpz_passthru, NULL, NULL);
1378 int rpz_passthru = 0; local
1724 &rpz_passthru)) {
1862 rpz_passthru,
1928 rpz_passthru);
831 reply_and_prefetch(struct worker* worker, struct query_info* qinfo, uint16_t flags, struct comm_reply* repinfo, time_t leeway, int noreply, int rpz_passthru, struct edns_option* opt_list) argument

Completed in 304 milliseconds