Searched refs:harden_large_queries (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h159 * @param harden_large_queries: whether query size should be limited.
174 int harden_large_queries, uint32_t http_max_streams,
H A Dlisten_dnsport.c1246 int harden_large_queries, uint32_t http_max_streams,
1288 harden_large_queries, 0, NULL,
1295 harden_large_queries,
1244 listen_create(struct comm_base* base, struct listen_port* ports, size_t bufsize, int tcp_accept_count, int tcp_idle_timeout, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, void* sslctx, struct dt_env* dtenv, comm_point_callback_type* cb, void *cb_arg) argument
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.h531 * @param harden_large_queries: whether query size should be limited.
548 int fd, int num, int idle_timeout, int harden_large_queries,
H A Dconfig_file.h269 int harden_large_queries; member in struct:config_file
H A Dconfig_file.c224 cfg->harden_large_queries = 0;
610 else S_YNO("harden-large-queries:", harden_large_queries)
1049 else O_YNO(opt, "harden-large-queries", harden_large_queries)
H A Dnetevent.c3401 struct comm_point* parent, size_t bufsize, int harden_large_queries,
3460 if(harden_large_queries && bufsize > 512)
3517 int idle_timeout, int harden_large_queries,
3595 base, c, bufsize, harden_large_queries,
3400 comm_point_create_http_handler(struct comm_base *base, struct comm_point* parent, size_t bufsize, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, comm_point_callback_type* callback, void* callback_arg) argument
3516 comm_point_create_tcp(struct comm_base *base, int fd, int num, int idle_timeout, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, struct tcl_list* tcp_conn_limit, size_t bufsize, struct sldns_buffer* spoolbuf, enum listen_type port_type, comm_point_callback_type* callback, void* callback_arg) argument
H A Dconfigparser.y1607 else cfg_parser->cfg->harden_large_queries =
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c335 worker->daemon->cfg->harden_large_queries) {
1799 cfg->harden_large_queries, cfg->http_max_streams,
/freebsd-11-stable/testcode/
H A Dfake_event.c872 int ATTR_UNUSED(harden_large_queries),

Completed in 124 milliseconds