Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/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()
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 Diterator.h157 int outbound_msg_retry; member
H A Diterator.c2512 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 Daaaa-filter-iterator.patch108 iter_env->outbound_msg_retry = cfg->outbound_msg_retry;
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h627 int outbound_msg_retry; member
H A Dconfig_file.c347 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 Dconfigparser.y2714 else cfg_parser->cfg->outbound_msg_retry = atoi($2);
H A Dconfigparser.c5953 else cfg_parser->cfg->outbound_msg_retry = atoi((yyvsp[0].str)); in yyparse()