Searched refs:ICMP6_ECHO_REPLY (Results 1 – 7 of 7) sorted by relevance
104 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro736 case ICMP6_ECHO_REPLY: \
192 DO2(ICMP6_ECHO_REPLY, 9); in showicmp6()
933 case ICMP6_ECHO_REPLY: in pr_type()1069 } else if (useproto == IPPROTO_ICMPV6 && type == ICMP6_ECHO_REPLY) { in packet_ok()
104 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro656 { ICMP6_ECHO_REPLY, "echo reply"},1166 case ICMP6_ECHO_REPLY: in icmp6_print()
694 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt); in main()1344 if (icp->icmp6_type == ICMP6_ECHO_REPLY && myechoreply(icp)) { in pr_pack()2138 case ICMP6_ECHO_REPLY: in pr_icmph()
583 nicmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp6_input()587 icmp6stat.icp6s_outhist[ICMP6_ECHO_REPLY]++; in icmp6_input()592 case ICMP6_ECHO_REPLY: in icmp6_input()
111 { "echorep", ICMP6_ECHO_REPLY },