Lines Matching defs:icmp
414 struct icmp *icmp;
416 icmp = (struct icmp *)fin->fin_dp;
419 * For ICMP, if the packet is an error packet, also
423 switch (icmp->icmp_type)
430 hlen += MIN(sizeof(struct icmp) + 8,
434 hlen += MIN(sizeof(struct icmp),
441 struct icmp6_hdr *icmp;
443 icmp = (struct icmp6_hdr *)fin->fin_dp;
450 if (icmp->icmp6_type < 128) {