Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c92 { "redir", ICMP_REDIRECT, ND_REDIRECT },
/freebsd/sys/netinet6/
H A Dip6_forward.c273 type = ND_REDIRECT; in ip6_forward()
415 if (type == ND_REDIRECT) { in ip6_forward()
H A Dicmp6.c223 case ND_REDIRECT: in icmp6_errcount()
340 icp->icmp6_type == ND_REDIRECT) { in icmp6_error()
846 case ND_REDIRECT: in icmp6_input()
2326 nd6_cache_lladdr(ifp, &redtgt6, lladdr, lladdrlen, ND_REDIRECT, in icmp6_redirect_input()
2390 icmp6_errcount(ND_REDIRECT, 0); in icmp6_redirect_output()
2417 if (icmp6_ratelimit(&sip6->ip6_src, ND_REDIRECT, 0)) in icmp6_redirect_output()
2476 nd_rd->nd_rd_type = ND_REDIRECT; in icmp6_redirect_output()
2651 ICMP6STAT_INC2(icp6s_outhist, ND_REDIRECT); in icmp6_redirect_output()
2887 case ND_REDIRECT: in icmp6_ratelimit()
H A Dsend.c160 case ND_REDIRECT: in send_output()
H A Dnd6.c1914 case ND_REDIRECT: in nd6_is_router()
2092 if ((type & 0xFF) == ND_REDIRECT && code != ND_REDIRECT_ROUTER) in nd6_cache_lladdr()
/freebsd/sys/netinet/
H A Dicmp6.h119 #define ND_REDIRECT 137 /* redirect */ macro
775 case ND_REDIRECT: \
/freebsd/usr.bin/systat/
H A Dicmp6.c201 DO2(ND_REDIRECT, 11); in showicmp6()
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c116 #define ND_REDIRECT 137 /* redirect */ macro
655 { ND_REDIRECT, "redirect"},
1056 icmp6_type == ND_REDIRECT || in icmp6_print()
1234 case ND_REDIRECT: in icmp6_print()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h979 #ifndef ND_REDIRECT
980 # define ND_REDIRECT 137 macro
H A Dfil.c4217 ND_REDIRECT, /* 5: ICMP_REDIRECT */
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c126 { "redir", ND_REDIRECT },
182 { "redironlink", ND_REDIRECT, ND_REDIRECT_ONLINK },
183 { "redirrouter", ND_REDIRECT, ND_REDIRECT_ROUTER }
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c1310 case ND_REDIRECT: in pr_type()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c668 icmp6->icmp6_type == ND_REDIRECT) { in nat64_icmp6_reflect()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c283 { ND_REDIRECT, NULL, 0, "redirect" },
/freebsd/sbin/ping/
H A Dping6.c2373 case ND_REDIRECT: in pr_icmph()