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

/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq.c460 u_int ihost; local
549 for (ihost = 0; ihost < (u_int)argc; ihost++) {
550 if ('-' == *argv[ihost]) {
553 // 0 == argv[ihost][2]
557 if ('4' == argv[ihost][1]) {
560 } else if ('6' == argv[ihost][1]) {
567 ADDHOST(argv[ihost]);
586 for (ihost
[all...]
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc.c368 int ihost; local
371 for (ihost = 0; ihost < numhosts; ihost++) {
372 if (openhost(chosts[ihost]))
375 printf ("--- %s ---\n",chosts[ihost]);

Completed in 167 milliseconds