Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_HOST (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/netinet/
H A Dip_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()
H A Dip_icmp.h153 #define ICMP_UNREACH_HOST 1 /* bad host */ macro
H A Dip_input.c954 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_forward()
1076 code = ICMP_UNREACH_HOST; in ip_forward()
H A Dip_options.c307 code = ICMP_UNREACH_HOST; in ip_dooptions()
H A Dip_icmp.c413 case ICMP_UNREACH_HOST: in icmp_errmap()
H A Dsctp_usrreq.c187 (icmp_code == ICMP_UNREACH_HOST) || in sctp_notify()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py168 ICMP_UNREACH_HOST = 1 variable in IcmpRejectCode
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c109 #define ICMP_UNREACH_HOST 1 /* bad host */ macro
360 case ICMP_UNREACH_HOST: in icmp_print()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c172 else if (cmd->arg1==ICMP_UNREACH_HOST) in ipfw_log()
H A Dip_fw2.c867 case ICMP_UNREACH_HOST: in map_icmp_unreach()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c929 case ICMP_UNREACH_HOST: in nat64_icmp_translate()
1273 nat64_icmp_reflect(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, in nat64_do_handle_ip4()
1376 code = ICMP_UNREACH_HOST; in nat64_handle_icmp6()
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py300 Insn(IpFwOpcode.O_REJECT, arg1=IcmpRejectCode.ICMP_UNREACH_HOST),
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1117 case ICMP_UNREACH_HOST: in main()
/freebsd/sbin/ping/
H A Dping.c1436 case ICMP_UNREACH_HOST: in pr_icmph()
/freebsd/sbin/ipfw/
H A Dipfw2.c1186 { "host", ICMP_UNREACH_HOST },
1983 else if (cmd->arg1 == ICMP_UNREACH_HOST) in print_action_instruction()
4124 action->arg1 = ICMP_UNREACH_HOST; in compile_rule()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c157 { ICMP_UNREACH_HOST, "host" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c141 { "host-unr", ICMP_UNREACH, ICMP_UNREACH_HOST },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1551 | IPFY_ICMPC_HSTUNR { $$ = ICMP_UNREACH_HOST; }
/freebsd/sys/dev/wg/
H A Dif_wg.c2092 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in xmit_err()