Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Doutside_network.h98 size_t unwanted_threshold; member
569 int numavailports, size_t unwanted_threshold, int tcp_mss,
H A Doutside_network.c1498 if(outnet->unwanted_threshold && ++outnet->unwanted_total
1499 >= outnet->unwanted_threshold) {
1503 (unsigned)outnet->unwanted_threshold);
1518 if(outnet->unwanted_threshold && ++outnet->unwanted_total
1519 >= outnet->unwanted_threshold) {
1523 (unsigned)outnet->unwanted_threshold);
1662 int numavailports, size_t unwanted_threshold, int tcp_mss,
1694 outnet->unwanted_threshold = unwanted_threshold;
/freebsd/contrib/unbound/util/
H A Dconfig_file.h311 size_t unwanted_threshold; member
H A Dconfig_file.c248 cfg->unwanted_threshold = 0; in config_create()
682 else S_SIZET_OR_ZERO("unwanted-reply-threshold:", unwanted_threshold) in config_set_option()
1167 else O_DEC(opt, "unwanted-reply-threshold", unwanted_threshold) in config_get_option()
H A Dconfigparser.y1903 else cfg_parser->cfg->unwanted_threshold = atoi($2);
H A Dconfigparser.c4964 else cfg_parser->cfg->unwanted_threshold = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch340 size_t unwanted_threshold;
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c227 ports, numports, cfg->unwanted_threshold, in libworker_setup()
/freebsd/contrib/unbound/daemon/
H A Dworker.c2190 cfg->unwanted_threshold, cfg->outgoing_tcp_mss, in worker_init()