Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_fastfwd.c166 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 Dip_options.c120 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 Dip_icmp.h154 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
H A Dip_icmp.c354 } else if (type == ICMP_UNREACH && in icmp_error()
480 case ICMP_UNREACH: in icmp_input()
H A Dip_input.c1098 type = ICMP_UNREACH; in ip_forward()
1103 type = ICMP_UNREACH; in ip_forward()
H A Draw_ip.c436 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, 0, 0); in rip_input()
H A Dudp_usrreq.c715 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
H A Dsctputil.c7244 if ((type == ICMP_UNREACH) && in sctp_recv_icmp_tunneled_packet()
H A Dsctp_usrreq.c166 if (icmp_type != ICMP_UNREACH) { in sctp_notify()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c822 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 Dnat64lsn.c438 case ICMP_UNREACH: in inspect_icmp_mbuf()
/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h154 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c636 if (type == ICMP_UNREACH && fin->fin_icode == ICMP_UNREACH_NEEDFRAG) {
937 (void) ipf_send_icmp_err(ICMP_UNREACH, fin, 1);
H A Dip_log.c400 case ICMP_UNREACH :
H A Dfil.c1257 case ICMP_UNREACH :
3146 (void) ipf_send_icmp_err(ICMP_UNREACH, fin,
/f-stack/freebsd/netinet/libalias/
H A Dalias.c461 case ICMP_UNREACH: in IcmpAliasIn()
645 case ICMP_UNREACH: in IcmpAliasOut()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3380 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 Dip_fw2.c1013 icmp_error(args->m, ICMP_UNREACH, code, 0L, 0); in send_reject()