Home
last modified time | relevance | path

Searched refs:ICMP_REDIRECT (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h172 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
/f-stack/freebsd/netinet/
H A Dip_icmp.h172 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
H A Dip_icmp.c214 if (type != ICMP_REDIRECT) in icmp_error()
241 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT && in icmp_error()
343 if (type == ICMP_REDIRECT) in icmp_error()
650 case ICMP_REDIRECT: in icmp_input()
H A Dip_fastfwd.c511 icmp_error(mcopy, ICMP_REDIRECT, ICMP_REDIRECT_HOST, redest.s_addr, 0); in ip_tryforward()
H A Dip_input.c1061 type = ICMP_REDIRECT; in ip_forward()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_log.c402 case ICMP_REDIRECT :
H A Dfil.c1268 case ICMP_REDIRECT :
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3382 icmptype == ICMP_REDIRECT || in pf_test_rule()
4711 icmptype == ICMP_REDIRECT || in pf_test_state_icmp()