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

/external/kernel-headers/original/uapi/linux/
H A Dicmp.h22 #define ICMP_ECHOREPLY 0 /* Echo Reply */ macro
/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 71 milliseconds