Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 7 of 7) sorted by relevance

/external/qemu/slirp/
Dip_icmp.h132 #define ICMP_ECHO 8 /* echo service */ macro
150 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
Dip_icmp.c110 case ICMP_ECHO: in icmp_input()
/external/qemu/slirp-android/
Dip_icmp.h134 #define ICMP_ECHO 8 /* echo service */ macro
152 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
Dip_icmp.c111 case ICMP_ECHO: in icmp_input()
/external/tcpdump/
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: in icmp_print()
362 dp->icmp_type == ICMP_ECHO ? in icmp_print()
/external/ping/
Dping.c1019 icmph.type != ICMP_ECHO || in receive_error_msg()
1072 icp->type = ICMP_ECHO; in send_probe()
1167 case ICMP_ECHO: in parse_reply()
1182 if (icp1->type != ICMP_ECHO || in parse_reply()
1354 case ICMP_ECHO: in pr_icmph()
/external/strace/
Dnet.c868 #if defined(ICMP_ECHO)
869 { (1<<ICMP_ECHO), "ICMP_ECHO" },