Home | History | Annotate | Download | only in ntpq

Lines Matching defs:ihost

510 	u_int ihost;
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++) {
636 if (openhost(chosts[ihost].name, chosts[ihost].fam)) {
637 if (ihost && current_output)