Home | History | Annotate | Download | only in net

Lines Matching defs:icmph

1028 	struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src;
1030 switch (icmph->type) {
1032 if (icmph->code != ICMP_REDIR_HOST)
1035 &icmph->un.gateway);
1043 packet_icmp_handler(icmph->type, icmph->code,
1045 ntohs(ip->udp_src), icmph->un.data,