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

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c249 int minport, maxport, curport; /* port range */ variable
983 if (curport) {
987 l4->sin_port = htons((uint16_t) curport);
988 curport++;
989 if (curport > maxport)
990 curport = minport;
1151 if (curport) {
1155 l6->sin6_port = htons((uint16_t) curport);
1156 curport++;
1157 if (curport > maxpor
[all...]

Completed in 12 milliseconds