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

/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c238 int c, i, on = 1, hostind = 0; local
308 hostind = optind-1;
439 if (hostind == 0) {
443 hostind = optind;
445 else if (hostind >= argc - 1)
448 gethost("", argv[hostind], &whereto, hostname, sizeof(hostname));

Completed in 47 milliseconds