Searched refs:outbound_msg_retry (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/unbound/iterator/ |
H A D | iter_utils.h | 369 void iter_dec_attempts(struct delegpt* dp, int d, int outbound_msg_retry); 379 int outbound_msg_retry);
|
H A D | iter_utils.c | 207 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 D | iterator.h | 160 int outbound_msg_retry; member
|
H A D | iterator.c | 2618 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 D | aaaa-filter-iterator.patch | 108 iter_env->outbound_msg_retry = cfg->outbound_msg_retry;
|
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 657 int outbound_msg_retry; member
|
H A D | config_file.c | 359 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 D | configparser.y | 2860 else cfg_parser->cfg->outbound_msg_retry = atoi($2);
|
H A D | configparser.c | 6235 else cfg_parser->cfg->outbound_msg_retry = atoi((yyvsp[0].str)); in yyparse()
|