| /f-stack/freebsd/netinet/ |
| H A D | ip_fastfwd.c | 166 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_findroute() 180 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_findroute() 233 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_FILTER_PROHIB, in ip_tryforward() 459 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in ip_tryforward()
|
| H A D | ip_options.c | 120 type = ICMP_UNREACH; in ip_dooptions() 175 type = ICMP_UNREACH; in ip_dooptions() 216 type = ICMP_UNREACH; in ip_dooptions() 239 type = ICMP_UNREACH; in ip_dooptions() 308 type = ICMP_UNREACH; in ip_dooptions()
|
| H A D | ip_icmp.h | 154 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
|
| H A D | ip_icmp.c | 354 } else if (type == ICMP_UNREACH && in icmp_error() 480 case ICMP_UNREACH: in icmp_input()
|
| H A D | ip_input.c | 1098 type = ICMP_UNREACH; in ip_forward() 1103 type = ICMP_UNREACH; in ip_forward()
|
| H A D | raw_ip.c | 436 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, 0, 0); in rip_input()
|
| H A D | udp_usrreq.c | 715 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
|
| H A D | sctputil.c | 7244 if ((type == ICMP_UNREACH) && in sctp_recv_icmp_tunneled_packet()
|
| H A D | sctp_usrreq.c | 166 if (icmp_type != ICMP_UNREACH) { in sctp_notify()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 822 case ICMP_UNREACH: in nat64_icmp_reflect() 930 case ICMP_UNREACH: in nat64_icmp_translate() 1278 nat64_icmp_reflect(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, in nat64_do_handle_ip4() 1284 nat64_icmp_reflect(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in nat64_do_handle_ip4() 1376 type = ICMP_UNREACH; in nat64_handle_icmp6() 1398 type = ICMP_UNREACH; in nat64_handle_icmp6() 1454 type = ICMP_UNREACH; in nat64_handle_icmp6() 1519 if (type == ICMP_UNREACH && code == ICMP_UNREACH_NEEDFRAG) in nat64_handle_icmp6()
|
| H A D | nat64lsn.c | 438 case ICMP_UNREACH: in inspect_icmp_mbuf()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_icmp.h | 154 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 636 if (type == ICMP_UNREACH && fin->fin_icode == ICMP_UNREACH_NEEDFRAG) { 937 (void) ipf_send_icmp_err(ICMP_UNREACH, fin, 1);
|
| H A D | ip_log.c | 400 case ICMP_UNREACH :
|
| H A D | fil.c | 1257 case ICMP_UNREACH : 3146 (void) ipf_send_icmp_err(ICMP_UNREACH, fin,
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias.c | 461 case ICMP_UNREACH: in IcmpAliasIn() 645 case ICMP_UNREACH: in IcmpAliasOut()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 3380 if (icmptype == ICMP_UNREACH || in pf_test_rule() 4709 if (icmptype == ICMP_UNREACH || in pf_test_state_icmp() 5595 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, in pf_route()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1013 icmp_error(args->m, ICMP_UNREACH, code, 0L, 0); in send_reject()
|