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

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 381 int ihost; local
384 for (ihost = 0; ihost < numhosts; ihost++) {
385 if (openhost(chosts[ihost]))
388 printf ("--- %s ---\n",chosts[ihost]);
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 510 u_int ihost; local
601 for (ihost = 0; ihost < (u_int)argc; ihost++) {
602 if ('-' == *argv[ihost]) {
605 // 0 == argv[ihost][2]
609 if ('4' == argv[ihost][1]) {
612 } else if ('6' == argv[ihost][1]) {
619 ADDHOST(argv[ihost]);
635 for (ihost = 0; ihost < numhosts; ihost++)
    [all...]

Completed in 16 milliseconds