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

/external/kernel-headers/original/uapi/linux/
H A Dicmp.h22 #define ICMP_ECHOREPLY 0 /* Echo Reply */ macro
/external/qemu/slirp/
H A Dip_icmp.h111 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
150 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/external/qemu/slirp-android/
H A Dip_icmp.h113 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
152 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_ip_icmp.h159 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
218 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/external/tcpdump/
H A Dprint-icmp.c114 #define ICMP_ECHOREPLY 0 /* echo reply */ macro
153 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
198 { ICMP_ECHOREPLY, "echo reply" },
360 case ICMP_ECHOREPLY:

Completed in 144 milliseconds