HomeSort by: relevance | last modified time | path
    Searched defs:numhosts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 213 static int numhosts = 0; variable
215 #define ADDHOST(cp) if (numhosts < MAXHOSTS) chosts[numhosts++] = (cp)
279 numhosts = 0;
384 for (ihost = 0; ihost < numhosts; ihost++) {
387 if (numhosts > 1)
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 411 u_int numhosts; variable
416 if (numhosts < MAXHOSTS) { \
417 chosts[numhosts].name = (cp); \
418 chosts[numhosts].fam = ai_fam_templ; \
419 numhosts++; \
483 numhosts = 0;
635 for (ihost = 0; ihost < numhosts; ihost++) {
1436 if (numhosts > 1)

Completed in 45 milliseconds