Searched refs:ICMP_REDIRECT (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-icmp.c | 127 #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/ |
| D | icmptypes.c | 92 { "redir", ICMP_REDIRECT, ND_REDIRECT },
|
| /freebsd-12-stable/contrib/bsnmp/snmp_mibII/ |
| D | mibII_ip.c | 408 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/ |
| D | ip_icmp.c | 213 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()
|
| D | ip_icmp.h | 172 #define ICMP_REDIRECT 5 /* shorter route, codes: */ macro
|
| D | ip_fastfwd.c | 520 icmp_error(mcopy, ICMP_REDIRECT, ICMP_REDIRECT_HOST, redest.s_addr, 0); in ip_tryforward()
|
| D | ip_input.c | 1071 type = ICMP_REDIRECT; in ip_forward()
|
| /freebsd-12-stable/usr.bin/systat/ |
| D | icmp.c | 211 DO2(ICMP_REDIRECT, 13); in showicmp()
|
| /freebsd-12-stable/sbin/pfctl/ |
| D | pfctl_parser.c | 89 { "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/ |
| D | ipsend.c | 92 if (ic->icmp_type == ICMP_REDIRECT && strchr(s, ',')) in do_icmp()
|
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | ip_log.c | 382 case ICMP_REDIRECT : in ipf_log_pkt()
|
| D | fil.c | 1248 case ICMP_REDIRECT : in ipf_pr_icmp()
|
| /freebsd-12-stable/sbin/ipf/ipmon/ |
| D | ipmon.c | 206 { ICMP_REDIRECT, redirectnames, 1247 ic->icmp_type == ICMP_REDIRECT || in print_ipflog()
|
| /freebsd-12-stable/sbin/ping/ |
| D | ping.c | 1587 case ICMP_REDIRECT: in pr_icmph()
|
| /freebsd-12-stable/sys/netpfil/pf/ |
| D | pf.c | 3736 icmptype == ICMP_REDIRECT || in pf_test_rule() 5137 icmptype == ICMP_REDIRECT || in pf_test_state_icmp()
|