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

/freebsd-13-stable/contrib/ntp/ntpq/
H A Dlibntpq.c190 if ( numhosts > 0 )
239 numhosts = 1;
241 numhosts = 0;
244 return numhosts;
268 if ( numhosts )
431 if (numhosts > 1)
490 if (numhosts > 1)
674 if (numhosts > 1) /* no information returned from server */
H A Dntpq.h135 extern u_int numhosts;
H A Dntpq-subs.c750 if (numhosts > 1)
831 if (numhosts > 1)
916 if (numhosts > 1)
1127 if (numhosts > 1)
1134 if (numhosts > 1)
1468 if (numhosts > 1)
1881 if (numhosts > 1) {
1904 ((numhosts > 1) ? (int)maxhostlen + 1 : 0)
1975 if (numhosts > 1)
2007 for (u = 0; u < numhosts;
[all...]
H A Dntpq.c407 u_int numhosts; variable
412 if (numhosts < MAXHOSTS) { \
413 chosts[numhosts].name = (cp); \
414 chosts[numhosts].fam = ai_fam_templ; \
415 numhosts++; \
476 numhosts = 0;
631 for (ihost = 0; ihost < numhosts; ihost++) {
1405 if (numhosts > 1)
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c211 static int numhosts = 0; variable
213 #define ADDHOST(cp) if (numhosts < MAXHOSTS) chosts[numhosts++] = (cp)
277 numhosts = 0;
382 for (ihost = 0; ihost < numhosts; ihost++) {
385 if (numhosts > 1)

Completed in 173 milliseconds