Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Doutside_network.h98 size_t unwanted_threshold; member
549 * @param unwanted_threshold: when to take defensive action.
569 int numavailports, size_t unwanted_threshold, int tcp_mss,
H A Doutside_network.c1513 if(outnet->unwanted_threshold && ++outnet->unwanted_total
1514 >= outnet->unwanted_threshold) {
1518 (unsigned)outnet->unwanted_threshold);
1533 if(outnet->unwanted_threshold && ++outnet->unwanted_total
1534 >= outnet->unwanted_threshold) {
1538 (unsigned)outnet->unwanted_threshold);
1677 int numavailports, size_t unwanted_threshold, int tcp_mss,
1709 outnet->unwanted_threshold = unwanted_threshold;
/freebsd/contrib/unbound/util/
H A Dconfig_file.h321 size_t unwanted_threshold; member
H A Dconfig_file.c253 cfg->unwanted_threshold = 0; in config_create()
727 else S_SIZET_OR_ZERO("unwanted-reply-threshold:", unwanted_threshold) in config_set_option()
1226 else O_DEC(opt, "unwanted-reply-threshold", unwanted_threshold) in config_get_option()
H A Dconfigparser.y1982 else cfg_parser->cfg->unwanted_threshold = atoi($2);
H A Dconfigparser.c5119 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/testcode/
H A Dfake_event.c1130 int ATTR_UNUSED(numavailports), size_t ATTR_UNUSED(unwanted_threshold), in outside_network_create() argument
/freebsd/contrib/unbound/daemon/
H A Dremote.c5948 COPY_VAR_size_t(unwanted_threshold); in fr_atomic_copy_cfg()
7598 outnet->unwanted_threshold = cfg->unwanted_threshold; in fr_worker_pickup_outside_network()
H A Dworker.c2274 cfg->unwanted_threshold, cfg->outgoing_tcp_mss, in worker_init()