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

/netbsd-current/external/bsd/nsd/dist/
H A Dnsd.h305 int tcp_query_count; member in struct:nsd
H A Doptions.h95 int tcp_query_count; member in struct:nsd_options
H A Dnsd-checkconf.c446 SERV_GET_INT(tcp_query_count, o);
641 printf("\ttcp-query-count: %d\n", opt->tcp_query_count);
H A Dserver.c4042 if ((data->nsd->tcp_query_count > 0 &&
4043 data->query_count >= data->nsd->tcp_query_count) ||
4452 if ((data->nsd->tcp_query_count > 0 &&
4453 data->query_count >= data->nsd->tcp_query_count) ||
4610 if ((data->nsd->tcp_query_count > 0 &&
4611 data->query_count >= data->nsd->tcp_query_count) ||
4987 if ((data->nsd->tcp_query_count > 0 &&
4988 data->query_count >= data->nsd->tcp_query_count) ||
H A Dnsd.c1190 nsd.tcp_query_count = nsd.options->tcp_query_count;
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); }
H A Doptions.c84 opt->tcp_query_count = 0;

Completed in 230 milliseconds