Home
last modified time | relevance | path

Searched refs:ICMP6_ECHO_REPLY (Results 1 – 6 of 6) sorted by relevance

/external/android-clat/
Dicmp.c69 return ICMP6_ECHO_REPLY; in icmp_to_icmp6_type()
131 case ICMP6_ECHO_REPLY: in icmp6_to_icmp_type()
154 case ICMP6_ECHO_REPLY: in icmp6_to_icmp_code()
Ddump.c118 } else if(icmp6->icmp6_type == ICMP6_ECHO_REPLY) { in dump_icmp6()
126 if((icmp6->icmp6_type == ICMP6_ECHO_REQUEST) || (icmp6->icmp6_type == ICMP6_ECHO_REPLY)) { in dump_icmp6()
Dtranslate.c255 } else if (icmp6_type == ICMP6_ECHO_REQUEST || icmp6_type == ICMP6_ECHO_REPLY) { in icmp_to_icmp6()
/external/iputils/
Dping6.c1140 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filter); in main()
1621 if (icmph->icmp6_type == ICMP6_ECHO_REPLY) { in parse_reply()
1755 case ICMP6_ECHO_REPLY: in pr_icmph()
1784 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, ICMP6_ECHO_REPLY, 1, 0), /* Echo? */ in install_filter()
/external/tcpdump/
Dicmp6.h98 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
Dprint-icmp6.c74 { ICMP6_ECHO_REPLY, "echo reply"},
435 case ICMP6_ECHO_REPLY: in icmp6_print()