Searched refs:outbound_msg_retry (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/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() 631 if(++a->attempts < iter_env->outbound_msg_retry) in iter_server_selection() 651 if(++a->attempts < iter_env->outbound_msg_retry) in iter_server_selection() 1343 void iter_dec_attempts(struct delegpt* dp, int d, int outbound_msg_retry) in iter_dec_attempts() argument 1347 if(a->attempts >= outbound_msg_retry) { in iter_dec_attempts() 1358 int outbound_msg_retry) in iter_merge_retry_counts() argument 1372 if(a->attempts >= outbound_msg_retry) { in iter_merge_retry_counts()
|
| H A D | iterator.h | 157 int outbound_msg_retry; member
|
| H A D | iterator.c | 2512 iter_dec_attempts(iq->dp, 1, ie->outbound_msg_retry); in processQueryTargets() 2719 iter_dec_attempts(iq->dp, 3, ie->outbound_msg_retry); /* space for fallback */ in processQueryTargets() 2824 iter_dec_attempts(iq->dp, 3, ie->outbound_msg_retry); /* space for fallback */ in processQueryTargets() 3262 ie->outbound_msg_retry); in processQueryResponse() 4104 iter_dec_attempts(iq->dp, 3, ie->outbound_msg_retry); in process_response()
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | aaaa-filter-iterator.patch | 108 iter_env->outbound_msg_retry = cfg->outbound_msg_retry;
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.h | 627 int outbound_msg_retry; member
|
| H A D | config_file.c | 347 cfg->outbound_msg_retry = 5; in config_create() 807 else S_NUMBER_NONZERO("outbound-msg-retry:", outbound_msg_retry) in config_set_option() 1277 else O_UNS(opt, "outbound-msg-retry", outbound_msg_retry) in config_get_option()
|
| H A D | configparser.y | 2714 else cfg_parser->cfg->outbound_msg_retry = atoi($2);
|
| H A D | configparser.c | 5953 else cfg_parser->cfg->outbound_msg_retry = atoi((yyvsp[0].str)); in yyparse()
|