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