Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_forward.c193 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
225 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
425 type = ICMP6_DST_UNREACH; in ip6_forward()
H A Dip6_fastfwd.c69 icmp6_error(m, ICMP6_DST_UNREACH, in ip6_findroute()
81 icmp6_error(m, ICMP6_DST_UNREACH, in ip6_findroute()
H A Dicmp6.c173 case ICMP6_DST_UNREACH: in icmp6_errcount()
467 case ICMP6_DST_UNREACH: in icmp6_input()
H A Dsctp6_usrreq.c184 case ICMP6_DST_UNREACH: in sctp6_notify()
H A Dudp6_usrreq.c516 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
H A Dnd6.c842 icmp6_error2(m, ICMP6_DST_UNREACH, in nd6_llinfo_timer()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h96 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
734 case ICMP6_DST_UNREACH: \
/f-stack/freebsd/netinet/
H A Dicmp6.h92 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
730 case ICMP6_DST_UNREACH: \
H A Dtcp_input.c599 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input()
H A Dsctputil.c7386 if ((type == ICMP6_DST_UNREACH) && in sctp_recv_icmp6_tunneled_packet()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64clat.c167 case ICMP6_DST_UNREACH: in nat64clat_handle_icmp6()
H A Dnat64stl.c167 case ICMP6_DST_UNREACH: in nat64stl_handle_icmp6()
H A Dnat64_translate.c701 case ICMP6_DST_UNREACH: in nat64_icmp6_reflect()
931 type = ICMP6_DST_UNREACH; in nat64_icmp_translate()
1375 case ICMP6_DST_UNREACH: in nat64_handle_icmp6()
1663 nat64_icmp6_reflect(m, ICMP6_DST_UNREACH, in nat64_do_handle_ip6()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c151 case ICMP6_DST_UNREACH: in nptv6_translate_icmpv6()
261 icmp6_error2(*mp, ICMP6_DST_UNREACH, in nptv6_rewrite_internal()
319 icmp6_error2(*mp, ICMP6_DST_UNREACH, in nptv6_rewrite_external()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h950 #ifndef ICMP6_DST_UNREACH
951 # define ICMP6_DST_UNREACH 1 macro
H A Dip_fil_freebsd.c589 if (type == ICMP6_DST_UNREACH)
H A Dfil.c920 case ICMP6_DST_UNREACH :
4327 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c985 icmp6_error(m, ICMP6_DST_UNREACH, code, 0); in send_reject6()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3397 if (icmptype == ICMP6_DST_UNREACH || in pf_test_rule()
4724 if (icmptype == ICMP6_DST_UNREACH || in pf_test_state_icmp()