Lines Matching refs:icmp
24 "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.81.2.6 2007/09/13 17:40:18 guy Exp $ (LBL)";
51 * Structure of an icmp header.
53 struct icmp {
104 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */
196 /* Most of the icmp types */
265 * draft-bonica-internet-icmp-08
297 u_int8_t icmp_ext_legacy_header[128]; /* extension header starts 128 bytes after ICMP header */
337 const struct icmp *dp;
350 dp = (struct icmp *)bp;
560 (void)printf("ICMP %s, length %u", str, plen);
567 (void)printf(" (wrong icmp cksum %x (->%x)!)",
589 * Attempt to decode the MPLS extensions only for some ICMP types.
687 fputs("[|icmp]", stdout);