Home
last modified time | relevance | path

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

/external/android-clat/
Dicmp.c61 case ICMP_ECHO: in icmp_to_icmp6_type()
89 case ICMP_ECHO: in icmp_to_icmp6_code()
125 return ICMP_ECHO; in icmp6_to_icmp_type()
Ddump.c99 } else if (icmp->type == ICMP_ECHO) { in dump_icmp()
107 if (icmp->type == ICMP_ECHOREPLY || icmp->type == ICMP_ECHO) { in dump_icmp()
Dtranslate.c300 } else if (icmp_type == ICMP_ECHO || icmp_type == ICMP_ECHOREPLY) { in icmp6_to_icmp()
/external/strace/xlat/
Dicmpfilterflags.h29 #if defined(ICMP_ECHO) || (defined(HAVE_DECL_ICMP_ECHO) && HAVE_DECL_ICMP_ECHO)
30 XLAT_PAIR(1ULL<<ICMP_ECHO, "1<<ICMP_ECHO"),
Dicmpfilterflags.in5 1<<ICMP_ECHO
/external/tcpdump/
Dprint-icmp.c132 #define ICMP_ECHO 8 /* echo service */ macro
195 { ICMP_ECHO, "echo request" },
356 case ICMP_ECHO: in icmp_print()
360 dp->icmp_type == ICMP_ECHO ? in icmp_print()
/external/libnetfilter_conntrack/src/conntrack/
Dgrp_setter.c15 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,
16 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
Dsetter.c15 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,
16 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
/external/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h54 #define IERQ ICMP_ECHO
/external/kernel-headers/original/uapi/linux/
Dicmp.h27 #define ICMP_ECHO 8 /* Echo Request */ macro
/external/iputils/
Dping.c663 icmph.type != ICMP_ECHO || in receive_error_msg()
725 icp->type = ICMP_ECHO; in send_probe()
847 case ICMP_ECHO: in parse_reply()
862 if (icp1->type != ICMP_ECHO || in parse_reply()
1078 case ICMP_ECHO: in pr_icmph()
Dclockdiff.c347 oicp->type = ICMP_ECHO; in measure_opt()
/external/ltp/testcases/network/sockets/
DltpClient.c527 rawPacket.hdr.type = ICMP_ECHO; in ping_network()
600 rawTracePacket.hdr.type = ICMP_ECHO; in ltp_traceroute()
/external/syzkaller/sys/linux/
Dvnet_arm64.const205 ICMP_ECHO = 8
Dvnet_amd64.const205 ICMP_ECHO = 8
Dvnet_arm.const205 ICMP_ECHO = 8
Dvnet_386.const205 ICMP_ECHO = 8
Dvnet_ppc64le.const205 ICMP_ECHO = 8
Dvnet.txt1051 type const[ICMP_ECHO, int8]
1135 icmp_types = ICMP_ECHOREPLY, ICMP_DEST_UNREACH, ICMP_SOURCE_QUENCH, ICMP_REDIRECT, ICMP_ECHO, ICMP_…
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv4_sender.c379 icmp_p->hdr.type = ICMP_ECHO; in create_clean_packet()
/external/toybox/toys/pending/
Dtraceroute.c123 send_icmp4->icmp_type = ICMP_ECHO; in send_probe4()
/external/dnsmasq/src/
Ddnsmasq.c1045 packet.icmp.icmp_type = ICMP_ECHO; in icmp_ping()