Searched refs:targethost (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 122 char *targethost = NULL; local 159 targethost = optarg; 181 if (targethost) { 184 fprintf(stdout, "targethost = %s\n", targethost); 186 if ((hp = gethostbyname(targethost)) == NULL) { 187 if ((targetaddr.s_addr = inet_addr(targethost)) == 191 cmdname, targethost); 198 cmdname, targethost);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 401 Printf("%s is alive\n", targethost); in check_reply() 410 targethost, tmp_buf); in check_reply() 595 Printf("%s is alive\n", targethost); in check_reply() 618 targethost, tmp_buf); in check_reply() 898 Printf("%s is alive\n", targethost); in check_reply() 921 targethost, tmp_buf); in check_reply()
|
H A D | ping.c | 128 char *targethost; variable 516 targethost = argv[optind]; in main() 688 Printf("PING %s: %d data bytes\n", targethost, datalen); in main() 702 targethost, abuf, datalen); in main() 870 get_hostinfo(targethost, family_input, &ai_dst); in resolve_nodes() 872 print_unknown_host_msg("", targethost); in resolve_nodes() 1813 Printf("no answer from %s\n", targethost); in send_scheduled_probe() 1815 Printf("no answer from %s(%s)\n", targethost, in send_scheduled_probe() 2175 targethost, cc, i); in pinger() 2498 Printf("\n----%s PING Statistics----\n", targethost); in finish()
|
H A D | ping_aux6.c | 432 Printf("%s is alive\n", targethost); in check_reply6() 441 targethost, tmp_buf); in check_reply6() 723 Printf("%s is alive\n", targethost); in check_reply6() 747 targethost, tmp_buf); in check_reply6()
|
H A D | ping.h | 128 extern char *targethost;
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | nbns_rq.c | 268 struct in_addr *targethost, char *system, char *workgroup) in nbns_getnodestatus() argument 293 rqp->nr_dest = *targethost; in nbns_getnodestatus()
|