Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/
Dprint-icmp.c127 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
151 (type) == ICMP_REDIRECT || (type) == ICMP_TIMXCEED || \
436 case ICMP_REDIRECT: in icmp_print()
/freebsd-12-stable/sbin/ipf/libipf/
Dicmptypes.c92 { "redir", ICMP_REDIRECT, ND_REDIRECT },
/freebsd-12-stable/contrib/bsnmp/snmp_mibII/
DmibII_ip.c408 value->v.integer = icmpstat.icps_inhist[ICMP_REDIRECT]; in op_icmpstat()
465 value->v.integer = icmpstat.icps_outhist[ICMP_REDIRECT]; in op_icmpstat()
/freebsd-12-stable/sys/netinet/
Dip_icmp.c213 if (type != ICMP_REDIRECT) in icmp_error()
240 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT && in icmp_error()
341 if (type == ICMP_REDIRECT) in icmp_error()
652 case ICMP_REDIRECT: in icmp_input()
Dip_icmp.h172 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
Dip_fastfwd.c520 icmp_error(mcopy, ICMP_REDIRECT, ICMP_REDIRECT_HOST, redest.s_addr, 0); in ip_tryforward()
Dip_input.c1071 type = ICMP_REDIRECT; in ip_forward()
/freebsd-12-stable/usr.bin/systat/
Dicmp.c211 DO2(ICMP_REDIRECT, 13); in showicmp()
/freebsd-12-stable/sbin/pfctl/
Dpfctl_parser.c89 { "redir", ICMP_REDIRECT },
158 { "redir-net", ICMP_REDIRECT, ICMP_REDIRECT_NET },
159 { "redir-host", ICMP_REDIRECT, ICMP_REDIRECT_HOST },
160 { "redir-tos-net", ICMP_REDIRECT, ICMP_REDIRECT_TOSNET },
161 { "redir-tos-host", ICMP_REDIRECT, ICMP_REDIRECT_TOSHOST },
/freebsd-12-stable/sbin/ipf/ipsend/
Dipsend.c92 if (ic->icmp_type == ICMP_REDIRECT && strchr(s, ',')) in do_icmp()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_log.c382 case ICMP_REDIRECT : in ipf_log_pkt()
Dfil.c1248 case ICMP_REDIRECT : in ipf_pr_icmp()
/freebsd-12-stable/sbin/ipf/ipmon/
Dipmon.c206 { ICMP_REDIRECT, redirectnames,
1247 ic->icmp_type == ICMP_REDIRECT || in print_ipflog()
/freebsd-12-stable/sbin/ping/
Dping.c1587 case ICMP_REDIRECT: in pr_icmph()
/freebsd-12-stable/sys/netpfil/pf/
Dpf.c3736 icmptype == ICMP_REDIRECT || in pf_test_rule()
5137 icmptype == ICMP_REDIRECT || in pf_test_state_icmp()