Searched refs:ICMP6_ECHO_REPLY (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | icmptypes.c | 13 # undef ICMP6_ECHO_REPLY 14 # define ICMP6_ECHO_REPLY 0 macro 74 { "echorep", ICMP_ECHOREPLY, ICMP6_ECHO_REPLY },
|
| H A D | ipft_tx.c | 486 ic6->icmp6_type == ICMP6_ECHO_REPLY)
|
| /freebsd-12.1/sys/netinet/ |
| H A D | icmp6.h | 98 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro 740 case ICMP6_ECHO_REPLY: \
|
| /freebsd-12.1/usr.bin/systat/ |
| H A D | icmp6.c | 204 DO2(ICMP6_ECHO_REPLY, 8); in showicmp6()
|
| /freebsd-12.1/usr.sbin/traceroute6/ |
| H A D | traceroute6.c | 958 } 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 D | nat64_translate.c | 868 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 D | nat64lsn.c | 1461 icmp6->icmp6_type == ICMP6_ECHO_REPLY) in nat64lsn_translate6()
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-icmp6.c | 102 #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 D | ip_compat.h | 987 #ifndef ICMP6_ECHO_REPLY 988 # define ICMP6_ECHO_REPLY 129 macro
|
| H A D | ip_nat6.c | 2654 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY) 3052 if (icmp6->icmp6_type > ICMP6_ECHO_REPLY) 4076 case ICMP6_ECHO_REPLY:
|
| H A D | fil.c | 915 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 D | ip_state.c | 3092 (ic->icmp_type == ICMP6_ECHO_REPLY)) { 4568 if (((ic->ici_type == ICMP6_ECHO_REPLY) &&
|
| /freebsd-12.1/sbin/ping6/ |
| H A D | ping6.c | 855 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 D | icmp6.c | 593 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 D | nptv6.c | 157 case ICMP6_ECHO_REPLY: in nptv6_translate_icmpv6()
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipmon.c | 279 { ICMP6_ECHO_REPLY, NULL, 0, "echoreply" },
|
| /freebsd-12.1/sbin/pfctl/ |
| H A D | pfctl_parser.c | 117 { "echorep", ICMP6_ECHO_REPLY },
|