Searched refs:unwanted_threshold (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/unbound/services/
H A Doutside_network.h90 size_t unwanted_threshold; member in struct:outside_network
394 * @param unwanted_threshold: when to take defensive action.
409 int numavailports, size_t unwanted_threshold, int tcp_mss,
H A Doutside_network.c447 if(outnet->unwanted_threshold && ++outnet->unwanted_total
448 >= outnet->unwanted_threshold) {
452 (unsigned)outnet->unwanted_threshold);
467 if(outnet->unwanted_threshold && ++outnet->unwanted_total
468 >= outnet->unwanted_threshold) {
472 (unsigned)outnet->unwanted_threshold);
608 int numavailports, size_t unwanted_threshold, int tcp_mss,
633 outnet->unwanted_threshold = unwanted_threshold;
604 outside_network_create(struct comm_base *base, size_t bufsize, size_t num_ports, char** ifs, int num_ifs, int do_ip4, int do_ip6, size_t num_tcp, struct infra_cache* infra, struct ub_randstate* rnd, int use_caps_for_id, int* availports, int numavailports, size_t unwanted_threshold, int tcp_mss, void (*unwanted_action)(void*), void* unwanted_param, int do_udp, void* sslctx, int delayclose, struct dt_env* dtenv) argument
/freebsd-11.0-release/contrib/unbound/util/
H A Dconfig_file.h193 size_t unwanted_threshold; member in struct:config_file
H A Dconfig_file.c184 cfg->unwanted_threshold = 0;
433 else S_SIZET_OR_ZERO("unwanted-reply-threshold:", unwanted_threshold)
711 else O_DEC(opt, "unwanted-reply-threshold", unwanted_threshold)
H A Dconfigparser.y965 else cfg_parser->cfg->unwanted_threshold = atoi($2);
/freebsd-11.0-release/contrib/unbound/libunbound/
H A Dlibworker.c234 ports, numports, cfg->unwanted_threshold,
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dworker.c1220 cfg->unwanted_threshold, cfg->outgoing_tcp_mss,

Completed in 118 milliseconds