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

/external/kernel-headers/original/linux/
H A Dicmp.h26 #define ICMP_ECHO 8 /* Echo Request */ macro
/external/qemu/slirp/
H A Dip_icmp.h132 #define ICMP_ECHO 8 /* echo service */ macro
150 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/external/qemu/slirp-android/
H A Dip_icmp.h134 #define ICMP_ECHO 8 /* echo service */ macro
152 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/external/tcpdump/
H A Dprint-icmp.c135 #define ICMP_ECHO 8 /* echo service */ macro
153 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
200 { ICMP_ECHO, "echo request" },
358 case ICMP_ECHO:
362 dp->icmp_type == ICMP_ECHO ?

Completed in 2009 milliseconds