Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/libipf/
HDicmptypes.c92 { "redir", ICMP_REDIRECT, ND_REDIRECT },
/freebsd-14-stable/contrib/tcpdump/
HDprint-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-14-stable/contrib/bsnmp/snmp_mibII/
HDmibII_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-14-stable/sys/netinet/
HDip_icmp.h171 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
HDip_icmp.c222 if (type != ICMP_REDIRECT) in icmp_error()
249 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT && in icmp_error()
351 if (type == ICMP_REDIRECT) in icmp_error()
672 case ICMP_REDIRECT: in icmp_input()
HDip_fastfwd.c542 icmp_error(mcopy, ICMP_REDIRECT, ICMP_REDIRECT_HOST, redest.s_addr, 0); in ip_tryforward()
HDip_input.c1031 type = ICMP_REDIRECT; in ip_forward()
/freebsd-14-stable/usr.bin/systat/
HDicmp.c208 DO2(ICMP_REDIRECT, 13); in showicmp()
/freebsd-14-stable/sbin/pfctl/
HDpfctl_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-14-stable/sbin/ipf/ipsend/
HDipsend.c91 if (ic->icmp_type == ICMP_REDIRECT && strchr(s, ',')) in do_icmp()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_log.c380 case ICMP_REDIRECT : in ipf_log_pkt()
HDfil.c1246 case ICMP_REDIRECT : in ipf_pr_icmp()
/freebsd-14-stable/sbin/ipf/ipmon/
HDipmon.c205 { ICMP_REDIRECT, redirectnames,
1239 ic->icmp_type == ICMP_REDIRECT || in print_ipflog()
/freebsd-14-stable/sbin/ping/
HDping.c1479 case ICMP_REDIRECT: in pr_icmph()
/freebsd-14-stable/sys/netpfil/pf/
HDpf.c1928 case ICMP_REDIRECT: in pf_icmp_mapping()