Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dxfrd-tcp.c175 tcp_set->tcp_count = 0; in xfrd_tcp_set_create()
719 if(set->tcp_count < set->tcp_max) { in xfrd_tcp_obtain()
722 set->tcp_count ++; in xfrd_tcp_obtain()
744 set->tcp_count --; in xfrd_tcp_obtain()
1624 while(set->tcp_count == set->tcp_max && set->tcp_waiting_first) { in xfrd_tcp_pipe_release()
1655 set->tcp_count --; in xfrd_tcp_pipe_release()
1656 assert(set->tcp_count >= 0); in xfrd_tcp_pipe_release()
H A Dxfrd-tcp.h41 int tcp_count; member
H A Doptions.h92 int tcp_count; member
H A Dnsd-checkconf.c445 SERV_GET_INT(tcp_count, o); in config_print_zone()
640 printf("\ttcp-count: %d\n", opt->tcp_count); in config_test_print_server()
H A Dconfigparser.y342 cfg_parser->opt->tcp_count = (int)$2;
H A Dnsd.c1187 nsd.maximum_tcp_count = nsd.options->tcp_count; in main()
H A Dconfigparser.c1794 cfg_parser->opt->tcp_count = (int)(yyvsp[0].llng); in yyparse()
H A Doptions.c82 opt->tcp_count = 100; in nsd_options_create()