Home | History | Annotate | Download | only in iputils

Lines Matching defs:packet

56  * measure round-trip-delays and packet loss across network paths.
135 #define MAXPACKET 128000 /* max packet size */
698 u_char *packet;
1090 if (!(packet = (u_char *)malloc((u_int)packlen))) {
1102 /* Estimate memory eaten by single packet. It is rough estimate.
1267 main_loop(icmp_sock, packet, packlen);
1353 * Compose and transmit an ICMP ECHO REQUEST packet. The IP packet
1583 * Print out the packet, if it came from us. This logic is necessary
1617 fprintf(stderr, "ping: packet too short (%d bytes)\n", cc);
1727 printf("Packet too big: mtu=%u", info);