Searched defs:ICMP_ECHO (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dicmp.h26 #define ICMP_ECHO 8 /* Echo Request */ macro
/external/tcpdump/
H A Dprint-icmp.c131 #define ICMP_ECHO 8 /* echo service */ macro
194 { ICMP_ECHO, "echo request" },
355 case ICMP_ECHO:
359 dp->icmp_type == ICMP_ECHO ?

Completed in 2654 milliseconds