Searched refs:ICMP_ECHO (Results 1 – 7 of 7) sorted by relevance
52 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,53 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,104 [ICMP_ECHO] = 1, in icmp_new()
27 #define ICMP_ECHO 8 /* Echo Request */ macro
125 [ICMP_ECHO] = 4, in dump_ipv4_packet()164 case ICMP_ECHO: in dump_ipv4_packet()
1052 if ((icmph->type == ICMP_ECHO || in icmp_rcv()1057 if (icmph->type != ICMP_ECHO && in icmp_rcv()1141 [ICMP_ECHO] = {
135 { "Echos", ICMP_ECHO },
472 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()
2769 icmph->type = ICMP_ECHO; in inet_rtm_getroute_build_skb()