Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h102 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
751 case ICMP6_ECHO_REPLY: \
/f-stack/freebsd/netinet/
H A Dicmp6.h98 #define ICMP6_ECHO_REPLY 129 /* echo reply */ macro
747 case ICMP6_ECHO_REPLY: \
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h966 #ifndef ICMP6_ECHO_REPLY
967 # 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.c913 case ICMP6_ECHO_REPLY :
4324 ICMP6_ECHO_REPLY, /* 0: ICMP_ECHOREPLY */
4408 if (icmp->icmp_type != ICMP6_ECHO_REPLY)
9446 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) &&
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c927 type = ICMP6_ECHO_REPLY; in nat64_icmp_translate()
1031 if (type == ICMP6_ECHO_REQUEST || type == ICMP6_ECHO_REPLY) { in nat64_icmp_translate()
1655 icmp6->icmp6_type != ICMP6_ECHO_REPLY) in nat64_do_handle_ip6()
H A Dnat64lsn.c1519 icmp6->icmp6_type == ICMP6_ECHO_REPLY) in nat64lsn_translate6()
/f-stack/freebsd/netinet6/
H A Dicmp6.c589 nicmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp6_input()
592 ICMP6STAT_INC(icp6s_outhist[ICMP6_ECHO_REPLY]); in icmp6_input()
597 case ICMP6_ECHO_REPLY: in icmp6_input()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c157 case ICMP6_ECHO_REPLY: in nptv6_translate_icmpv6()