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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c296 Printf("packet too short (%d bytes) from %s\n", cc,
325 Printf("packet too short (%d bytes) from %s\n",
413 Printf("%s is alive\n", targethost);
419 Printf("%s is alive\n", tmp_buf);
421 Printf("%s (%s) is alive\n",
450 Printf("%d bytes from %s: ", cc,
452 Printf("udp_port=%d. ", ntohs(up->uh_dport));
456 Printf("ICMP %d Unreachable from gateway %s\n",
460 Printf("ICMP %s from gateway %s\n",
464 Printf(" fo
[all...]
H A Dping_aux6.c320 Printf("Truncated message: msg_flags 0x%x from %s\n",
328 Printf("packet too short (%d bytes) from %s\n", cc,
343 Printf("packet too short (%d bytes) from %s\n",
364 Printf("packet too short (%d bytes) from %s\n",
448 Printf("%s is alive\n", targethost);
454 Printf("%s is alive\n", tmp_buf);
456 Printf("%s (%s) is alive\n",
485 Printf("%d bytes from %s: ", cc,
487 Printf("udp_port=%d. ", ntohs(up->uh_dport));
491 Printf("ICMPv
[all...]
H A Dping.h64 #define Printf (void) printf macro
H A Dping.c702 Printf("PING %s: %d data bytes\n", targethost, datalen);
715 Printf("PING %s (%s): %d data bytes\n",
1817 Printf("no answer from %s\n", targethost);
1819 Printf("no answer from %s(%s)\n", targethost,
2168 Printf("ping: wrote %s %d chars, ret=%d\n",
2431 Printf("\n----%s PING Statistics----\n", targethost);
2432 Printf("%d packets transmitted, ", ntransmitted);
2433 Printf("%d packets received, ", nreceived);
2436 Printf("%d%% packet loss",
2440 Printf("
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux.c314 Printf("%s: wrote %s %d chars, ret=%d\n",
344 Printf("packet too short (%d bytes) from %s\n",
415 Printf("\n%d bytes from %s to ", cc,
417 Printf("%s: icmp type %d (%s) code %d\n",
420 Printf("%2d: x", i);
422 Printf("%2.2x", *lp++);
484 Printf(" %s", inet_ntoa(from_in->sin_addr));
486 Printf(" %s (%s)", inet_name(&ip_addr, AF_INET),
491 Printf(" %d bytes to %s", cc, inet_ntoa(ip->ip_dst));
518 Printf(" !
[all...]
H A Dtraceroute.h67 #define Printf (void)printf macro
H A Dtraceroute_aux6.c363 Printf("%s: wrote %s %d chars, ret=%d\n",
412 Printf("Truncated message: msg_flags 0x%x from %s\n",
422 Printf("packet too short (%d bytes) from %s\n",
516 Printf("\n%d bytes from %s to ", cc,
519 Printf("%s: icmp type %d (%s) code %d\n",
524 Printf("%2d: x", i);
526 Printf("%2.2x", *lp++);
672 Printf(" %s", temp_buf);
674 Printf(" %s (%s)", resolved_name, temp_buf);
677 Printf("
[all...]
H A Dtraceroute.c480 Printf("(exiting)\n");
1594 Printf("(skipping)\n");
1597 Printf("(exiting)\n");
1631 Printf("%2d ", ttl);
1709 Printf(" %.3f ms", rtt);
1732 Printf(" !");
1737 Printf(" (ttl=%d)",
1740 Printf(" (hop limit=%d)",
1764 Printf(" *");
2078 Printf("
[all...]

Completed in 76 milliseconds