Searched refs:ihost (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c503 u_int ihost; local
594 for (ihost = 0; ihost < (u_int)argc; ihost++) {
595 if ('-' == *argv[ihost]) {
598 // 0 == argv[ihost][2]
602 if ('4' == argv[ihost][1]) {
605 } else if ('6' == argv[ihost][1]) {
612 ADDHOST(argv[ihost]);
631 for (ihost
[all...]
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c379 int ihost; local
382 for (ihost = 0; ihost < numhosts; ihost++) {
383 if (openhost(chosts[ihost]))
386 printf ("--- %s ---\n",chosts[ihost]);

Completed in 57 milliseconds