Searched refs:ICMP6_DST_UNREACH (Results 1 – 19 of 19) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_forward.c | 193 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 D | ip6_fastfwd.c | 69 icmp6_error(m, ICMP6_DST_UNREACH, in ip6_findroute() 81 icmp6_error(m, ICMP6_DST_UNREACH, in ip6_findroute()
|
| H A D | icmp6.c | 173 case ICMP6_DST_UNREACH: in icmp6_errcount() 467 case ICMP6_DST_UNREACH: in icmp6_input()
|
| H A D | sctp6_usrreq.c | 184 case ICMP6_DST_UNREACH: in sctp6_notify()
|
| H A D | udp6_usrreq.c | 516 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
|
| H A D | nd6.c | 842 icmp6_error2(m, ICMP6_DST_UNREACH, in nd6_llinfo_timer()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | icmp6.h | 96 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro 734 case ICMP6_DST_UNREACH: \
|
| /f-stack/freebsd/netinet/ |
| H A D | icmp6.h | 92 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro 730 case ICMP6_DST_UNREACH: \
|
| H A D | tcp_input.c | 599 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input()
|
| H A D | sctputil.c | 7386 if ((type == ICMP6_DST_UNREACH) && in sctp_recv_icmp6_tunneled_packet()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64clat.c | 167 case ICMP6_DST_UNREACH: in nat64clat_handle_icmp6()
|
| H A D | nat64stl.c | 167 case ICMP6_DST_UNREACH: in nat64stl_handle_icmp6()
|
| H A D | nat64_translate.c | 701 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 D | nptv6.c | 151 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 D | ip_compat.h | 950 #ifndef ICMP6_DST_UNREACH 951 # define ICMP6_DST_UNREACH 1 macro
|
| H A D | ip_fil_freebsd.c | 589 if (type == ICMP6_DST_UNREACH)
|
| H A D | fil.c | 920 case ICMP6_DST_UNREACH : 4327 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 985 icmp6_error(m, ICMP6_DST_UNREACH, code, 0); in send_reject6()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 3397 if (icmptype == ICMP6_DST_UNREACH || in pf_test_rule() 4724 if (icmptype == ICMP6_DST_UNREACH || in pf_test_state_icmp()
|