Home | History | Annotate | Download | only in traceroute6

Lines Matching defs:packet

85  * Attempt to trace the route an ip packet would follow to some
108 * traceroute to nis.nsf.net (35.1.1.48), 30 hops max, 56 byte packet
289 #define MAXPACKET 65535 /* max ip packet size */
297 * format of a (udp) probe packet.
305 u_char seq; /* sequence number of this packet */
306 u_char hops; /* hop limit of the packet */
308 struct tv32 tv; /* time packet left */
311 static u_char packet[512]; /* last inbound (icmp) packet */
312 static struct opacket *outpacket; /* last output (udp) packet */
520 errx(1, "Invalid packet length `%s'", *argv);
529 errx(1, "Packet size must be %lu <= s < %lu",
537 rcviov[0].iov_base = (caddr_t)packet;
538 rcviov[0].iov_len = sizeof(packet);
876 cp = "Packet Too Big";
961 warnx("failed to get received hop limit or packet info");