Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/contrib/perftcpdns/
H A Dperftcpdns.c202 int xlast; /* number of exchanges */ variable
332 xlist = (struct exchange *) malloc(xlast * sizeof(struct exchange)); in inits()
337 memset(xlist, 0, xlast * sizeof(struct exchange)); in inits()
339 for (idx = 0; idx < xlast; idx++) in inits()
1060 } else if (xused < xlast) { in connect4()
1228 } else if (xused < xlast) { in connect6()
1851 xlast = atoi(optarg); in main()
1852 if (xlast <= 1000) { in main()
2071 if (xlast == 0) in main()
2072 xlast = 60000; in main()
[all …]