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

/external/kernel-headers/original/uapi/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/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_ip_icmp.h184 #define ICMP_ECHO 8 /* echo service */ macro
218 ((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" },
359 case ICMP_ECHO:
363 dp->icmp_type == ICMP_ECHO ?

Completed in 1440 milliseconds