Searched refs:xfrd_tcp_max (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Doptions.h120 int xfrd_tcp_max; member in struct:nsd_options
H A Dnsd-checkconf.c450 SERV_GET_INT(xfrd_tcp_max, o);
645 printf("\txfrd-tcp-max: %d\n", opt->xfrd_tcp_max);
H A Dconfigparser.y493 { cfg_parser->opt->xfrd_tcp_max = (int)$2; }
H A Dconfigparser.c2117 { cfg_parser->opt->xfrd_tcp_max = (int)(yyvsp[0].llng); }
H A Dxfrd.c202 xfrd->tcp_set = xfrd_tcp_set_create(xfrd->region, nsd->options->tls_cert_bundle, nsd->options->xfrd_tcp_max, nsd->options->xfrd_tcp_pipeline);
H A Doptions.c94 opt->xfrd_tcp_max = 128;

Completed in 195 milliseconds