Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14-stable/sys/netinet/
HDip_fastfwd.c201 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()
HDip_options.c118 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()
HDip_icmp.h153 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
HDip_icmp.c362 } else if (type == ICMP_UNREACH && in icmp_error()
412 case ICMP_UNREACH: in icmp_errmap()
536 case ICMP_UNREACH: in icmp_input()
HDip_input.c1075 type = ICMP_UNREACH; in ip_forward()
1080 type = ICMP_UNREACH; in ip_forward()
HDraw_ip.c412 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, 0, 0); in rip_input()
HDudp_usrreq.c657 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.c85 { "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 …]
HDparse.y79 (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT;
6753 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
/freebsd-14-stable/contrib/tcpdump/
HDprint-icmp.c107 #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-14-stable/sbin/natd/
HDicmp.c66 icmp->icmp_type = ICMP_UNREACH; in SendNeedFragIcmp()
/freebsd-14-stable/sbin/ipf/libipf/
HDicmptypes.c103 { "unreach", ICMP_UNREACH, ICMP6_DST_UNREACH },
/freebsd-14-stable/sys/netpfil/ipfw/nat64/
HDnat64_translate.c817 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()
HDnat64lsn.c436 case ICMP_UNREACH: in inspect_icmp_mbuf()
/freebsd-14-stable/contrib/bsnmp/snmp_mibII/
HDmibII_ip.c404 value->v.integer = icmpstat.icps_inhist[ICMP_UNREACH]; in op_icmpstat()
461 value->v.integer = icmpstat.icps_outhist[ICMP_UNREACH]; in op_icmpstat()
/freebsd-14-stable/usr.bin/systat/
HDicmp.c207 DO2(ICMP_UNREACH, 12); in showicmp()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_fil_freebsd.c614 if (type == ICMP_UNREACH && fin->fin_icode == ICMP_UNREACH_NEEDFRAG) { in ipf_send_icmp_err()
913 (void) ipf_send_icmp_err(ICMP_UNREACH, fin, 1); in ipf_fastroute()
HDip_log.c378 case ICMP_UNREACH : in ipf_log_pkt()
/freebsd-14-stable/sys/netinet/libalias/
HDalias.c456 case ICMP_UNREACH: in IcmpAliasIn()
640 case ICMP_UNREACH: in IcmpAliasOut()
/freebsd-14-stable/sbin/ipf/ipmon/
HDipmon.c202 { ICMP_UNREACH, icmpunreachnames,
1236 if (ic->icmp_type == ICMP_UNREACH || in print_ipflog()
/freebsd-14-stable/sys/netipsec/
HDipsec_output.c353 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in ipsec4_check_pmtu()
/freebsd-14-stable/sbin/ping/
HDping.c1443 case ICMP_UNREACH: in pr_icmph()
/freebsd-14-stable/contrib/traceroute/
HDtraceroute.c1465 type == ICMP_UNREACH) { in packet_ok()
/freebsd-14-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_cm.c1286 icmp_error(mb, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, mtu); in ipoib_cm_mb_reap()
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw2.c1020 icmp_error(args->m, ICMP_UNREACH, code, 0L, mtu); in send_reject()

12