Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/services/
HDoutside_network.h95 size_t unwanted_threshold; member
543 int numavailports, size_t unwanted_threshold, int tcp_mss,
HDoutside_network.c1204 if(outnet->unwanted_threshold && ++outnet->unwanted_total
1205 >= outnet->unwanted_threshold) {
1209 (unsigned)outnet->unwanted_threshold);
1224 if(outnet->unwanted_threshold && ++outnet->unwanted_total
1225 >= outnet->unwanted_threshold) {
1229 (unsigned)outnet->unwanted_threshold);
1369 int numavailports, size_t unwanted_threshold, int tcp_mss,
1396 outnet->unwanted_threshold = unwanted_threshold;
/freebsd-11-stable/contrib/unbound/util/
HDconfig_file.h289 size_t unwanted_threshold; member
HDconfig_file.c234 cfg->unwanted_threshold = 0; in config_create()
617 else S_SIZET_OR_ZERO("unwanted-reply-threshold:", unwanted_threshold) in config_set_option()
1057 else O_DEC(opt, "unwanted-reply-threshold", unwanted_threshold) in config_get_option()
HDconfigparser.y1725 else cfg_parser->cfg->unwanted_threshold = atoi($2);
/freebsd-11-stable/contrib/unbound/contrib/
HDaaaa-filter-iterator.patch340 size_t unwanted_threshold;
/freebsd-11-stable/contrib/unbound/libunbound/
HDlibworker.c241 ports, numports, cfg->unwanted_threshold, in libworker_setup()
/freebsd-11-stable/testcode/
HDfake_event.c1043 int ATTR_UNUSED(numavailports), size_t ATTR_UNUSED(unwanted_threshold), in outside_network_create() argument
/freebsd-11-stable/contrib/unbound/daemon/
HDworker.c1814 cfg->unwanted_threshold, cfg->outgoing_tcp_mss, in worker_init()