/freebsd/sys/netinet/ |
H A D | ip_fastfwd.c | 201 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_findroute() 215 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_findroute() 262 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_FILTER_PROHIB, in ip_tryforward() 490 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in ip_tryforward()
|
H A D | ip_options.c | 118 type = ICMP_UNREACH; in ip_dooptions() 173 type = ICMP_UNREACH; in ip_dooptions() 214 type = ICMP_UNREACH; in ip_dooptions() 237 type = ICMP_UNREACH; in ip_dooptions() 306 type = ICMP_UNREACH; in ip_dooptions()
|
H A D | ip_icmp.h | 151 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
|
H A D | ip_icmp.c | 360 } else if (type == ICMP_UNREACH && in icmp_error() 410 case ICMP_UNREACH: in icmp_errmap() 534 case ICMP_UNREACH: in icmp_input()
|
H A D | ip_input.c | 954 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_forward() 1075 type = ICMP_UNREACH; in ip_forward() 1080 type = ICMP_UNREACH; in ip_forward()
|
H A D | raw_ip.c | 393 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, 0, 0); in rip_input()
|
H A D | udp_usrreq.c | 636 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 85 { "unreach", ICMP_UNREACH }, 140 { "net-unr", ICMP_UNREACH, ICMP_UNREACH_NET }, 141 { "host-unr", ICMP_UNREACH, ICMP_UNREACH_HOST }, 142 { "proto-unr", ICMP_UNREACH, ICMP_UNREACH_PROTOCOL }, 143 { "port-unr", ICMP_UNREACH, ICMP_UNREACH_PORT }, 144 { "needfrag", ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG }, 145 { "srcfail", ICMP_UNREACH, ICMP_UNREACH_SRCFAIL }, 146 { "net-unk", ICMP_UNREACH, ICMP_UNREACH_NET_UNKNOWN }, 147 { "host-unk", ICMP_UNREACH, ICMP_UNREACH_HOST_UNKNOWN }, 148 { "isolate", ICMP_UNREACH, ICMP_UNREACH_ISOLATED }, [all …]
|
H A D | parse.y | 79 (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; 6814 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
|
/freebsd/contrib/tcpdump/ |
H A D | print-icmp.c | 107 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro 145 ((type) == ICMP_UNREACH || (type) == ICMP_SOURCEQUENCH || \ 149 ((type) == ICMP_UNREACH || \ 351 case ICMP_UNREACH: in icmp_print()
|
/freebsd/sbin/natd/ |
H A D | icmp.c | 66 icmp->icmp_type = ICMP_UNREACH; in SendNeedFragIcmp()
|
/freebsd/sbin/ipf/libipf/ |
H A D | icmptypes.c | 103 { "unreach", ICMP_UNREACH, ICMP6_DST_UNREACH },
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 817 case ICMP_UNREACH: in nat64_icmp_reflect() 925 case ICMP_UNREACH: in nat64_icmp_translate() 1273 nat64_icmp_reflect(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, in nat64_do_handle_ip4() 1279 nat64_icmp_reflect(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in nat64_do_handle_ip4() 1371 type = ICMP_UNREACH; in nat64_handle_icmp6() 1393 type = ICMP_UNREACH; in nat64_handle_icmp6() 1449 type = ICMP_UNREACH; in nat64_handle_icmp6() 1514 if (type == ICMP_UNREACH && code == ICMP_UNREACH_NEEDFRAG) in nat64_handle_icmp6()
|
H A D | nat64lsn.c | 435 case ICMP_UNREACH: in inspect_icmp_mbuf()
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_ip.c | 404 value->v.integer = icmpstat.icps_inhist[ICMP_UNREACH]; in op_icmpstat() 461 value->v.integer = icmpstat.icps_outhist[ICMP_UNREACH]; in op_icmpstat()
|
/freebsd/usr.bin/systat/ |
H A D | icmp.c | 204 DO2(ICMP_UNREACH, 12); in showicmp()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_fil_freebsd.c | 589 if (type == ICMP_UNREACH && fin->fin_icode == ICMP_UNREACH_NEEDFRAG) { in ipf_send_icmp_err() 888 (void) ipf_send_icmp_err(ICMP_UNREACH, fin, 1); in ipf_fastroute()
|
H A D | ip_log.c | 378 case ICMP_UNREACH : in ipf_log_pkt()
|
/freebsd/sys/netinet/libalias/ |
H A D | alias.c | 456 case ICMP_UNREACH: in IcmpAliasIn() 640 case ICMP_UNREACH: in IcmpAliasOut()
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 198 { ICMP_UNREACH, icmpunreachnames, 1232 if (ic->icmp_type == ICMP_UNREACH || in print_ipflog()
|
/freebsd/sys/netipsec/ |
H A D | ipsec_output.c | 383 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in ipsec4_common_output()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 1388 type == ICMP_UNREACH) { in packet_ok()
|
/freebsd/sbin/ping/ |
H A D | ping.c | 1431 case ICMP_UNREACH: in pr_icmph()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 1286 icmp_error(mb, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, mtu); in ipoib_cm_mb_reap()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 1020 icmp_error(args->m, ICMP_UNREACH, code, 0L, mtu); in send_reject()
|