Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/lib/
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.c486 ic6->icmp6_type == ICMP6_ECHO_REPLY)
/freebsd-12.1/sys/netinet/
H A Dicmp6.h98 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
740 case ICMP6_ECHO_REPLY: \
/freebsd-12.1/usr.bin/systat/
H A Dicmp6.c204 DO2(ICMP6_ECHO_REPLY, 8); in showicmp6()
/freebsd-12.1/usr.sbin/traceroute6/
H A Dtraceroute6.c958 } else if (type == ICMP6_ECHO_REPLY) { in main()
1224 case ICMP6_ECHO_REPLY: in pr_type()
1403 } else if (useproto == IPPROTO_ICMPV6 && *type == ICMP6_ECHO_REPLY) { in packet_ok()
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c868 type = ICMP6_ECHO_REPLY; in nat64_icmp_translate()
972 if (type == ICMP6_ECHO_REQUEST || type == ICMP6_ECHO_REPLY) { in nat64_icmp_translate()
1590 icmp6->icmp6_type != ICMP6_ECHO_REPLY) in nat64_do_handle_ip6()
H A Dnat64lsn.c1461 icmp6->icmp6_type == ICMP6_ECHO_REPLY) in nat64lsn_translate6()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-icmp6.c102 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
501 { ICMP6_ECHO_REPLY, "echo reply"},
1002 case ICMP6_ECHO_REPLY: in icmp6_print()
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_compat.h987 #ifndef ICMP6_ECHO_REPLY
988 # define ICMP6_ECHO_REPLY 129 macro
H A Dip_nat6.c2654 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY)
3052 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY)
4076 case ICMP6_ECHO_REPLY:
H A Dfil.c915 case ICMP6_ECHO_REPLY :
4326 ICMP6_ECHO_REPLY, /* 0: ICMP_ECHOREPLY */
4410 if (icmp->icmp_type != ICMP6_ECHO_REPLY)
9445 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY; in ipf_main_load()
H A Dip_state.c3092 (ic->icmp_type == ICMP6_ECHO_REPLY)) {
4568 if (((ic->ici_type == ICMP6_ECHO_REPLY) &&
/freebsd-12.1/sbin/ping6/
H A Dping6.c855 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt); in main()
1586 if (icp->icmp6_type == ICMP6_ECHO_REPLY && myechoreply(icp)) { in pr_pack()
2407 case ICMP6_ECHO_REPLY: in pr_icmph()
/freebsd-12.1/sys/netinet6/
H A Dicmp6.c593 nicmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp6_input()
596 ICMP6STAT_INC(icp6s_outhist[ICMP6_ECHO_REPLY]); in icmp6_input()
601 case ICMP6_ECHO_REPLY: in icmp6_input()
/freebsd-12.1/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c157 case ICMP6_ECHO_REPLY: in nptv6_translate_icmpv6()
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipmon.c279 { ICMP6_ECHO_REPLY, NULL, 0, "echoreply" },
/freebsd-12.1/sbin/pfctl/
H A Dpfctl_parser.c117 { "echorep", ICMP6_ECHO_REPLY },