Home
last modified time | relevance | path

Searched refs:ICMP6_ECHO_REQUEST (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c673 if (icmp6->icmp6_type < ICMP6_ECHO_REQUEST || in nat64_icmp6_reflect()
972 type = ICMP6_ECHO_REQUEST; in nat64_icmp_translate()
1031 if (type == ICMP6_ECHO_REQUEST || type == ICMP6_ECHO_REPLY) { in nat64_icmp_translate()
1166 ICMP6_ECHO_REQUEST); in nat64_icmp_translate()
1654 if (icmp6->icmp6_type != ICMP6_ECHO_REQUEST && in nat64_do_handle_ip6()
1706 if (icmp6->icmp6_type == ICMP6_ECHO_REQUEST) in nat64_do_handle_ip6()
H A Dnat64lsn.c1518 if (icmp6->icmp6_type == ICMP6_ECHO_REQUEST || in nat64lsn_translate6()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h101 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
748 case ICMP6_ECHO_REQUEST: \
/f-stack/freebsd/netinet/
H A Dicmp6.h97 #define ICMP6_ECHO_REQUEST 128 /* echo service */ macro
744 case ICMP6_ECHO_REQUEST: \
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h963 #ifndef ICMP6_ECHO_REQUEST
964 # define ICMP6_ECHO_REQUEST 128 macro
H A Dip_state.c1523 case ICMP6_ECHO_REQUEST :
3091 if ((ic->icmp_type == ICMP6_ECHO_REQUEST) ||
4569 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) ||
H A Dfil.c914 case ICMP6_ECHO_REQUEST :
4332 ICMP6_ECHO_REQUEST, /* 8: ICMP_ECHO */
9446 icmpreplytype6[ICMP6_ECHO_REQUEST] = ICMP6_ECHO_REPLY; in ipf_main_load()
H A Dip_nat6.c4077 case ICMP6_ECHO_REQUEST:
/f-stack/freebsd/netinet6/
H A Dicmp6.c333 if (icp->icmp6_type < ICMP6_ECHO_REQUEST || in icmp6_error()
536 case ICMP6_ECHO_REQUEST: in icmp6_input()
857 if (icmp6->icmp6_type < ICMP6_ECHO_REQUEST) { in icmp6_input()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c156 case ICMP6_ECHO_REQUEST: in nptv6_translate_icmpv6()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c852 (icmp6_type == ICMP6_ECHO_REQUEST || in is_icmp6_query()