Searched refs:ICMP_ECHO (Results 1 – 6 of 6) sorted by relevance
26 #define ICMP_ECHO 8 /* Echo Request */ macro
51 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,52 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,111 [ICMP_ECHO] = 1, in icmp_new()
125 [ICMP_ECHO] = 4, in dump_ipv4_packet()164 case ICMP_ECHO: in dump_ipv4_packet()
1010 if ((icmph->type == ICMP_ECHO || in icmp_rcv()1015 if (icmph->type != ICMP_ECHO && in icmp_rcv()1099 [ICMP_ECHO] = {
147 { "Echos", ICMP_ECHO },
475 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()