Searched refs:ICMP6_ECHO_REPLY (Results 1 – 6 of 6) sorted by relevance
69 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()
118 } 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()
255 } else if (icmp6_type == ICMP6_ECHO_REQUEST || icmp6_type == ICMP6_ECHO_REPLY) { in icmp_to_icmp6()
1140 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()
98 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
74 { ICMP6_ECHO_REPLY, "echo reply"},435 case ICMP6_ECHO_REPLY: in icmp6_print()