Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 18 of 18) 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.c101 } else if (icmp->type == ICMP_ECHO) { in dump_icmp()
109 if (icmp->type == ICMP_ECHOREPLY || icmp->type == ICMP_ECHO) { in dump_icmp()
Dtranslate.c299 } 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/usrsctp/usrsctplib/
Duser_ip_icmp.h184 #define ICMP_ECHO 8 /* echo service */ macro
218 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dxdping_kern.c141 icmph->type = ICMP_ECHO; in xdping_client()
164 ret = icmp_check(ctx, ICMP_ECHO); in xdping_server()
/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/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h54 #define IERQ ICMP_ECHO
/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/kernel-headers/original/uapi/linux/
Dicmp.h28 #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/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()