Home
last modified time | relevance | path

Searched refs:outbound_msg_retry (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diter_utils.h373 void iter_dec_attempts(struct delegpt* dp, int d, int outbound_msg_retry);
383 int outbound_msg_retry);
H A Diter_utils.c250 iter_env->outbound_msg_retry = cfg->outbound_msg_retry; in iter_apply_cfg()
712 if(++a->attempts < iter_env->outbound_msg_retry) in iter_server_selection()
732 if(++a->attempts < iter_env->outbound_msg_retry) in iter_server_selection()
1434 void iter_dec_attempts(struct delegpt* dp, int d, int outbound_msg_retry) in iter_dec_attempts() argument
1438 if(a->attempts >= outbound_msg_retry) { in iter_dec_attempts()
1449 int outbound_msg_retry) in iter_merge_retry_counts() argument
1463 if(a->attempts >= outbound_msg_retry) { in iter_merge_retry_counts()
H A Diterator.h166 int outbound_msg_retry;
160 int outbound_msg_retry; global() member
H A Diterator.c2611 iter_dec_attempts(iq->dp, 1, ie->outbound_msg_retry); in processQueryTargets()
2819 iter_dec_attempts(iq->dp, 3, ie->outbound_msg_retry); /* space for fallback */ in processQueryTargets()
2981 iter_dec_attempts(iq->dp, 3, ie->outbound_msg_retry); /* space for fallback */ in processQueryTargets()
3464 ie->outbound_msg_retry); in processQueryResponse()
4310 iter_dec_attempts(iq->dp, 3, ie->outbound_msg_retry); in process_response()
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch108 iter_env->outbound_msg_retry = cfg->outbound_msg_retry;
/freebsd/contrib/unbound/util/
H A Dconfig_file.h662 int outbound_msg_retry; member
H A Dconfig_file.c359 cfg->outbound_msg_retry = 5; in config_create()
887 else S_NUMBER_NONZERO("outbound-msg-retry:", outbound_msg_retry) in config_set_option()
1380 else O_UNS(opt, "outbound-msg-retry", outbound_msg_retry) in config_get_option()
H A Dconfigparser.y2894 else cfg_parser->cfg->outbound_msg_retry = atoi($2);
H A Dconfigparser.c6291 else cfg_parser->cfg->outbound_msg_retry = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5010 FR_CHECK_CHANGED_CFG("outbound-msg-retry", outbound_msg_retry, changed_str); in fr_check_nopause_compat_cfg()
6309 COPY_VAR_int(outbound_msg_retry); in fr_atomic_copy_cfg()
6453 iter_env->outbound_msg_retry = env->cfg->outbound_msg_retry; in fr_adjust_iter_env()