Searched refs:ICMP6_ECHO_REPLY (Results 1 – 19 of 19) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
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 | 473 ic6->icmp6_type == ICMP6_ECHO_REPLY) in parseipv6()
|
/freebsd/sys/netinet/ |
H A D | icmp6.h | 97 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro 751 case ICMP6_ECHO_REPLY: \
|
/freebsd/usr.bin/systat/ |
H A D | icmp6.c | 198 DO2(ICMP6_ECHO_REPLY, 8); in showicmp6()
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1017 } 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 D | icmp6.c | 564 if (icmp6_ratelimit(&ip6->ip6_src, ICMP6_ECHO_REPLY, 0)) in icmp6_input() 615 nicmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp6_input() 618 ICMP6STAT_INC2(icp6s_outhist, ICMP6_ECHO_REPLY); in icmp6_input() 623 case ICMP6_ECHO_REPLY: in icmp6_input() 2905 case ICMP6_ECHO_REPLY: in icmp6_ratelimit()
|
/freebsd/contrib/tcpdump/ |
H A D | print-icmp6.c | 102 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro 645 { ICMP6_ECHO_REPLY, "echo reply"}, 1151 case ICMP6_ECHO_REPLY: in icmp6_print()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 943 #ifndef ICMP6_ECHO_REPLY 944 # define ICMP6_ECHO_REPLY 129 macro
|
H A D | ip_nat6.c | 2611 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 D | fil.c | 894 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 D | ip_state.c | 3014 (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 D | nat64_translate.c | 922 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 D | nat64lsn.c | 1667 icmp6->icmp6_type == ICMP6_ECHO_REPLY) in nat64lsn_translate6()
|
/freebsd/sbin/ping/ |
H A D | ping6.c | 853 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/pf/ |
H A D | pf_lb.c | 1071 else if (pd->ndport == ICMP6_ECHO_REPLY) in pf_get_transaddr_af() 1079 pd->ndport = ICMP6_ECHO_REPLY; in pf_get_transaddr_af()
|
H A D | pf.c | 2286 case ICMP6_ECHO_REPLY: in pf_icmp_mapping() 3699 case ICMP6_ECHO_REPLY: in pf_translate_icmp_af() 3801 type = ICMP6_ECHO_REPLY; in pf_translate_icmp_af()
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 155 case ICMP6_ECHO_REPLY: in nptv6_translate_icmpv6()
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 275 { ICMP6_ECHO_REPLY, NULL, 0, "echoreply" },
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 118 { "echorep", ICMP6_ECHO_REPLY },
|