Searched refs:targethost (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 124 char *targethost = NULL; local 161 targethost = optarg; 183 if (targethost) { 186 fprintf(stdout, "targethost = %s\n", targethost); 188 if ((hp = gethostbyname(targethost)) == NULL) { 189 if ((targetaddr.s_addr = inet_addr(targethost)) == 193 cmdname, targethost); 200 cmdname, targethost);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 410 Printf("%s is alive\n", targethost); in check_reply() 419 targethost, tmp_buf); in check_reply() 610 Printf("%s is alive\n", targethost); in check_reply() 633 targethost, tmp_buf); in check_reply() 921 Printf("%s is alive\n", targethost); in check_reply() 944 targethost, tmp_buf); in check_reply()
|
H A D | ping.c | 117 char *targethost; variable 502 targethost = argv[optind]; in main() 674 Printf("PING %s: %d data bytes\n", targethost, datalen); in main() 688 targethost, abuf, datalen); in main() 829 get_hostinfo(targethost, family_input, &ai_dst); in resolve_nodes() 831 print_unknown_host_msg("", targethost); in resolve_nodes() 1747 Printf("no answer from %s\n", targethost); in send_scheduled_probe() 1749 Printf("no answer from %s(%s)\n", targethost, in send_scheduled_probe() 2099 targethost, cc, i); in pinger() 2354 Printf("\n----%s PING Statistics----\n", targethost); in finish()
|
H A D | ping.h | 122 extern char *targethost;
|
H A D | ping_aux6.c | 446 Printf("%s is alive\n", targethost); in check_reply6() 455 targethost, tmp_buf); in check_reply6() 750 Printf("%s is alive\n", targethost); in check_reply6() 774 targethost, tmp_buf); in check_reply6()
|
/titanic_41/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()
|