Home
last modified time | relevance | path

Searched refs:tcp_query_count (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dnsd.h305 int tcp_query_count; member
H A Doptions.h95 int tcp_query_count; member
H A Dserver.c4042 if ((data->nsd->tcp_query_count > 0 && in handle_tcp_reading()
4043 data->query_count >= data->nsd->tcp_query_count) || in handle_tcp_reading()
4452 if ((data->nsd->tcp_query_count > 0 && in handle_tcp_writing()
4453 data->query_count >= data->nsd->tcp_query_count) || in handle_tcp_writing()
4610 if ((data->nsd->tcp_query_count > 0 && in handle_tls_reading()
4611 data->query_count >= data->nsd->tcp_query_count) || in handle_tls_reading()
4987 if ((data->nsd->tcp_query_count > 0 && in handle_tls_writing()
4988 data->query_count >= data->nsd->tcp_query_count) || in handle_tls_writing()
H A Dnsd-checkconf.c446 SERV_GET_INT(tcp_query_count, o); in config_print_zone()
641 printf("\ttcp-query-count: %d\n", opt->tcp_query_count); in config_test_print_server()
H A Dnsd.c1190 nsd.tcp_query_count = nsd.options->tcp_query_count; in main()
H A Dconfigparser.y350 { cfg_parser->opt->tcp_query_count = (int)$2; }
H A Dconfigparser.c1810 { cfg_parser->opt->tcp_query_count = (int)(yyvsp[0].llng); } in yyparse()
H A Doptions.c84 opt->tcp_query_count = 0; in nsd_options_create()