Home
last modified time | relevance | path

Searched refs:harden_large_queries (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.h197 int harden_large_queries, uint32_t http_max_streams,
H A Dlisten_dnsport.c1435 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument
1466 harden_large_queries, 0, NULL, in listen_create()
1474 harden_large_queries, in listen_create()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h582 int fd, int num, int idle_timeout, int harden_large_queries,
H A Dconfig_file.h288 int harden_large_queries; member
H A Dconfig_file.c235 cfg->harden_large_queries = 0; in config_create()
664 else S_YNO("harden-large-queries:", harden_large_queries) in config_set_option()
1141 else O_YNO(opt, "harden-large-queries", harden_large_queries) in config_get_option()
H A Dnetevent.c4167 struct comm_point* parent, size_t bufsize, int harden_large_queries, argument
4230 if(harden_large_queries && bufsize > 512)
4287 int idle_timeout, int harden_large_queries, argument
4369 base, c, bufsize, harden_large_queries,
H A Dconfigparser.y1758 else cfg_parser->cfg->harden_large_queries =
H A Dconfigparser.c4733 else cfg_parser->cfg->harden_large_queries = in yyparse()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst171 .. attribute:: harden_large_queries
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c319 worker->daemon->cfg->harden_large_queries) { in worker_check_request()
2172 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1010 int harden_large_queries;
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c864 int ATTR_UNUSED(harden_large_queries), in listen_create() argument