Home | History | Annotate | Download | only in iputils

Lines Matching refs:Printf

289 #define Printf (void)printf
431 printf("traceroute6 utility, iputils-%s\n", SNAPSHOT);
571 Printf("traceroute: unknown addr %s\n", source);
598 Printf("%2d ", ttl);
619 Printf(" %g ms", deltaT(&t1, &t2));
627 Printf(" !N");
631 Printf(" !H");
636 Printf(" !S");
644 Printf(" *");
750 Printf("traceroute: wrote %s %d chars, ret=%d\n", hostname,
875 Printf("\n%d bytes from %s to %s", cc,
879 Printf(": icmp type %d (%s) code %d\n", type, pr_type(type),
885 Printf("%04x:", i);
887 Printf(" ");
888 Printf("%02x", 0xff & (unsigned)p[i]);
890 Printf("\n");
892 Printf("\n");
904 Printf(" %s", inet_ntop(AF_INET6, &from->sin6_addr,
922 Printf(" %s (%s)", hp ? (s ? s : hp->h_name) : hostname, pa);