Searched defs:maxport (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dwks_11.c71 long maxport = -1; local
163 if (port > maxport)
164 maxport = port;
173 n = (maxport + 8) / 8;
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c249 int minport, maxport, curport; /* port range */ variable
989 if (curport > maxport)
1157 if (curport > maxport)
1992 if (maxport != 0) {
2000 maxport = i;
2066 if ((curport != 0) && (maxport == 0))
2067 maxport = 65535;
2177 minport, maxport);

Completed in 17 milliseconds