Searched refs:outbound_msg_retry (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/unbound/iterator/ |
| H A D | iter_utils.h | 373 void iter_dec_attempts(struct delegpt* dp, int d, int outbound_msg_retry); 383 int outbound_msg_retry);
|
| H A D | iter_utils.c | 250 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 D | iterator.h | 166 int outbound_msg_retry; 160 int outbound_msg_retry; global() member
|
| H A D | iterator.c | 2611 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 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 | 662 int outbound_msg_retry; member
|
| H A D | config_file.c | 359 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 D | configparser.y | 2894 else cfg_parser->cfg->outbound_msg_retry = atoi($2);
|
| H A D | configparser.c | 6291 else cfg_parser->cfg->outbound_msg_retry = atoi((yyvsp[0].str)); in yyparse()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 5010 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()
|