Searched refs:harden_large_queries (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | listen_dnsport.h | 197 int harden_large_queries, uint32_t http_max_streams,
|
H A D | listen_dnsport.c | 1435 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 D | netevent.h | 582 int fd, int num, int idle_timeout, int harden_large_queries,
|
H A D | config_file.h | 288 int harden_large_queries; member
|
H A D | config_file.c | 235 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 D | netevent.c | 4167 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 D | configparser.y | 1758 else cfg_parser->cfg->harden_large_queries =
|
H A D | configparser.c | 4733 else cfg_parser->cfg->harden_large_queries = in yyparse()
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
H A D | config.rst | 171 .. attribute:: harden_large_queries
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | worker.c | 319 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 D | interface.i | 1010 int harden_large_queries;
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | fake_event.c | 864 int ATTR_UNUSED(harden_large_queries), in listen_create() argument
|