Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c13 # undef ICMP6_ECHO_REPLY
14 # define ICMP6_ECHO_REPLY 0 macro
74 { "echorep", ICMP_ECHOREPLY, ICMP6_ECHO_REPLY },
H A Dipft_tx.c471 ic6->icmp6_type == ICMP6_ECHO_REPLY) in parseipv6()
/freebsd/sys/netinet/
H A Dicmp6.h97 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
751 case ICMP6_ECHO_REPLY: \
/freebsd/usr.bin/systat/
H A Dicmp6.c198 DO2(ICMP6_ECHO_REPLY, 8); in showicmp6()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1017 } else if (type == ICMP6_ECHO_REPLY) { in main()
1286 case ICMP6_ECHO_REPLY: in pr_type()
1466 } else if (useproto == IPPROTO_ICMPV6 && *type == ICMP6_ECHO_REPLY) { in packet_ok()
/freebsd/sys/netinet6/
H A Dicmp6.c561 if (icmp6_ratelimit(&ip6->ip6_src, ICMP6_ECHO_REPLY, 0)) in icmp6_input()
612 nicmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp6_input()
615 ICMP6STAT_INC2(icp6s_outhist, ICMP6_ECHO_REPLY); in icmp6_input()
620 case ICMP6_ECHO_REPLY: in icmp6_input()
2890 case ICMP6_ECHO_REPLY: in icmp6_ratelimit()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c104 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
647 { ICMP6_ECHO_REPLY, "echo reply"},
1153 case ICMP6_ECHO_REPLY: in icmp6_print()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h946 #ifndef ICMP6_ECHO_REPLY
947 # define ICMP6_ECHO_REPLY 129 macro
H A Dip_nat6.c2611 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY) in ipf_nat6_checkout()
3001 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY) in ipf_nat6_checkin()
4004 case ICMP6_ECHO_REPLY: in ipf_nat6_icmpquerytype()
H A Dfil.c894 case ICMP6_ECHO_REPLY : in ipf_pr_icmp6()
4212 ICMP6_ECHO_REPLY, /* 0: ICMP_ECHOREPLY */
4292 if (icmp->icmp_type != ICMP6_ECHO_REPLY) in ipf_matchicmpqueryreply()
9151 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY;
H A Dip_state.c3014 (ic->icmp_type == ICMP6_ECHO_REPLY)) { in ipf_state_lookup()
4466 if (((ic->ici_type == ICMP6_ECHO_REPLY) && in ipf_checkicmp6matchingstate()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c922 type = ICMP6_ECHO_REPLY; in nat64_icmp_translate()
1026 if (type == ICMP6_ECHO_REQUEST || type == ICMP6_ECHO_REPLY) { in nat64_icmp_translate()
1650 icmp6->icmp6_type != ICMP6_ECHO_REPLY) in nat64_do_handle_ip6()
H A Dnat64lsn.c1516 icmp6->icmp6_type == ICMP6_ECHO_REPLY) in nat64lsn_translate6()
/freebsd/sbin/ping/
H A Dping6.c853 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt); in ping6()
1580 if (icp->icmp6_type == ICMP6_ECHO_REPLY && myechoreply(icp)) { in pr_pack()
2348 case ICMP6_ECHO_REPLY: in pr_icmph()
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c155 case ICMP6_ECHO_REPLY: in nptv6_translate_icmpv6()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c274 { ICMP6_ECHO_REPLY, NULL, 0, "echoreply" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c115 { "echorep", ICMP6_ECHO_REPLY },