Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_forward.c264 type = ND_REDIRECT; in ip6_forward()
406 if (type == ND_REDIRECT) { in ip6_forward()
H A Dicmp6.c218 case ND_REDIRECT: in icmp6_errcount()
334 icp->icmp6_type == ND_REDIRECT) { in icmp6_error()
823 case ND_REDIRECT: in icmp6_input()
2359 nd6_cache_lladdr(ifp, &redtgt6, lladdr, lladdrlen, ND_REDIRECT, in icmp6_redirect_input()
2433 icmp6_errcount(ND_REDIRECT, 0); in icmp6_redirect_output()
2460 if (icmp6_ratelimit(&sip6->ip6_src, ND_REDIRECT, 0)) in icmp6_redirect_output()
2519 nd_rd->nd_rd_type = ND_REDIRECT; in icmp6_redirect_output()
2694 ICMP6STAT_INC(icp6s_outhist[ND_REDIRECT]); in icmp6_redirect_output()
H A Dsend.c158 case ND_REDIRECT: in send_output()
H A Dnd6.c1882 case ND_REDIRECT: in nd6_is_router()
2064 if ((type & 0xFF) == ND_REDIRECT && code != ND_REDIRECT_ROUTER) in nd6_cache_lladdr()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h124 #define ND_REDIRECT 137 /* redirect */ macro
775 case ND_REDIRECT: \
/f-stack/freebsd/netinet/
H A Dicmp6.h120 #define ND_REDIRECT 137 /* redirect */ macro
771 case ND_REDIRECT: \
/f-stack/lib/
H A Dff_dpdk_kni.c343 if (hdr->icmp6_type >= ND_ROUTER_SOLICIT && hdr->icmp6_type <= ND_REDIRECT) in protocol_filter_icmp6()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h999 #ifndef ND_REDIRECT
1000 # define ND_REDIRECT 137 macro
H A Dfil.c4329 ND_REDIRECT, /* 5: ICMP_REDIRECT */
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c674 icmp6->icmp6_type == ND_REDIRECT) { in nat64_icmp6_reflect()