Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c92 { "redir", ICMP_REDIRECT, ND_REDIRECT },
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c122 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
146 (type) == ICMP_REDIRECT || (type) == ICMP_TIMXCEED || \
497 case ICMP_REDIRECT: in icmp_print()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c420 value->v.integer = icmpstat.icps_inhist[ICMP_REDIRECT]; in op_icmpstat()
477 value->v.integer = icmpstat.icps_outhist[ICMP_REDIRECT]; in op_icmpstat()
/freebsd/sys/netinet/
H A Dip_icmp.h169 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
H A Dip_icmp.c220 if (type != ICMP_REDIRECT) in icmp_error()
247 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT && in icmp_error()
349 if (type == ICMP_REDIRECT) in icmp_error()
670 case ICMP_REDIRECT: in icmp_input()
H A Dip_fastfwd.c542 icmp_error(mcopy, ICMP_REDIRECT, ICMP_REDIRECT_HOST, redest.s_addr, 0); in ip_tryforward()
H A Dip_input.c1031 type = ICMP_REDIRECT; in ip_forward()
/freebsd/usr.bin/systat/
H A Dicmp.c205 DO2(ICMP_REDIRECT, 13); in showicmp()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c87 { "redir", ICMP_REDIRECT },
156 { "redir-net", ICMP_REDIRECT, ICMP_REDIRECT_NET },
157 { "redir-host", ICMP_REDIRECT, ICMP_REDIRECT_HOST },
158 { "redir-tos-net", ICMP_REDIRECT, ICMP_REDIRECT_TOSNET },
159 { "redir-tos-host", ICMP_REDIRECT, ICMP_REDIRECT_TOSHOST },
/freebsd/sbin/ipf/ipsend/
H A Dipsend.c87 if (ic->icmp_type == ICMP_REDIRECT && strchr(s, ',')) in do_icmp()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_log.c380 case ICMP_REDIRECT : in ipf_log_pkt()
H A Dfil.c1242 case ICMP_REDIRECT : in ipf_pr_icmp()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c201 { ICMP_REDIRECT, redirectnames,
1235 ic->icmp_type == ICMP_REDIRECT || in print_ipflog()
/freebsd/sbin/ping/
H A Dping.c1467 case ICMP_REDIRECT: in pr_icmph()
/freebsd/sys/netpfil/pf/
H A Dpf.c2111 case ICMP_REDIRECT: in pf_icmp_mapping()