Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH_ADDR (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dip6_forward.c426 code = ICMP6_DST_UNREACH_ADDR; in ip6_forward()
H A Dicmp6.c184 case ICMP6_DST_UNREACH_ADDR: in icmp6_errcount()
471 case ICMP6_DST_UNREACH_ADDR: /* PRC_HOSTDEAD is a DOS */ in icmp6_input()
H A Dsctp6_usrreq.c188 (icmp6_code == ICMP6_DST_UNREACH_ADDR)) { in sctp6_notify()
H A Dnd6.c843 ICMP6_DST_UNREACH_ADDR, 0, ifp); in nd6_llinfo_timer()
/f-stack/tools/ipfw/
H A Dipv6.c57 { "address", ICMP6_DST_UNREACH_ADDR },
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c262 ICMP6_DST_UNREACH_ADDR, 0, (*mp)->m_pkthdr.rcvif); in nptv6_rewrite_internal()
320 ICMP6_DST_UNREACH_ADDR, 0, (*mp)->m_pkthdr.rcvif); in nptv6_rewrite_external()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1057 #ifndef ICMP6_DST_UNREACH_ADDR
1058 # define ICMP6_DST_UNREACH_ADDR 3 macro
H A Dfil.c4347 ICMP6_DST_UNREACH_ADDR, /* 0: ICMP_UNREACH_NET */
4348 ICMP6_DST_UNREACH_ADDR, /* 1: ICMP_UNREACH_HOST */
4353 ICMP6_DST_UNREACH_ADDR, /* 6: ICMP_UNREACH_NET_UNKNOWN */
4354 ICMP6_DST_UNREACH_ADDR, /* 7: ICMP_UNREACH_HOST_UNKNOWN */
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h151 #define ICMP6_DST_UNREACH_ADDR 3 /* address unreachable */ macro
/f-stack/freebsd/netinet/
H A Dicmp6.h147 #define ICMP6_DST_UNREACH_ADDR 3 /* address unreachable */ macro
H A Dtcp_input.c599 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c1380 case ICMP6_DST_UNREACH_ADDR: in nat64_handle_icmp6()