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

  /src/sbin/ping/
ping.c 242 int c, i, on = 1, hostind = 0; local in function:main
320 hostind = optind-1;
476 if (hostind == 0) {
480 hostind = optind;
482 else if (hostind >= argc - 1)
485 gethost("", argv[hostind], &whereto, hostname, sizeof(hostname));
ping.c 242 int c, i, on = 1, hostind = 0; local in function:main
320 hostind = optind-1;
476 if (hostind == 0) {
480 hostind = optind;
482 else if (hostind >= argc - 1)
485 gethost("", argv[hostind], &whereto, hostname, sizeof(hostname));

Completed in 23 milliseconds