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

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 167 #define MAXHOSTS 200 /* maximum hosts on cmd line */
214 static const char *chosts[MAXHOSTS];
215 #define ADDHOST(cp) if (numhosts < MAXHOSTS) chosts[numhosts++] = (cp)
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 348 #define MAXHOSTS 200 /* maximum hosts on cmd line */
413 chost chosts[MAXHOSTS];
416 if (numhosts < MAXHOSTS) { \

Completed in 18 milliseconds