Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_utils.h369 void iter_dec_attempts(struct delegpt* dp, int d, int outbound_msg_retry);
379 int outbound_msg_retry);
H A Diter_utils.c207 iter_env->outbound_msg_retry = cfg->outbound_msg_retry; in iter_apply_cfg()
632 if(++a->attempts < iter_env->outbound_msg_retry) in iter_server_selection()
652 if(++a->attempts < iter_env->outbound_msg_retry) in iter_server_selection()
1353 void iter_dec_attempts(struct delegpt* dp, int d, int outbound_msg_retry) in iter_dec_attempts() argument
1357 if(a->attempts >= outbound_msg_retry) { in iter_dec_attempts()
1368 int outbound_msg_retry) in iter_merge_retry_counts() argument
1382 if(a->attempts >= outbound_msg_retry) { in iter_merge_retry_counts()
H A Diterator.h160 int outbound_msg_retry; member
H A Diterator.c2618 iter_dec_attempts(iq->dp, 1, ie->outbound_msg_retry); in processQueryTargets()
2827 iter_dec_attempts(iq->dp, 3, ie->outbound_msg_retry); /* space for fallback */ in processQueryTargets()
2989 iter_dec_attempts(iq->dp, 3, ie->outbound_msg_retry); /* space for fallback */ in processQueryTargets()
3456 ie->outbound_msg_retry); in processQueryResponse()
4295 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.h657 int outbound_msg_retry; member
H A Dconfig_file.c359 cfg->outbound_msg_retry = 5; in config_create()
844 else S_NUMBER_NONZERO("outbound-msg-retry:", outbound_msg_retry) in config_set_option()
1332 else O_UNS(opt, "outbound-msg-retry", outbound_msg_retry) in config_get_option()
H A Dconfigparser.y2860 else cfg_parser->cfg->outbound_msg_retry = atoi($2);
H A Dconfigparser.c6235 else cfg_parser->cfg->outbound_msg_retry = atoi((yyvsp[0].str)); in yyparse()