Searched refs:ICMP_UNREACH_HOST (Results 1 – 19 of 19) sorted by relevance
/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()
|
H A D | ip_icmp.h | 153 #define ICMP_UNREACH_HOST 1 /* bad host */ macro
|
H A D | ip_input.c | 954 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_forward() 1076 code = ICMP_UNREACH_HOST; in ip_forward()
|
H A D | ip_options.c | 307 code = ICMP_UNREACH_HOST; in ip_dooptions()
|
H A D | ip_icmp.c | 413 case ICMP_UNREACH_HOST: in icmp_errmap()
|
H A D | sctp_usrreq.c | 187 (icmp_code == ICMP_UNREACH_HOST) || in sctp_notify()
|
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | insn_headers.py | 168 ICMP_UNREACH_HOST = 1 variable in IcmpRejectCode
|
/freebsd/contrib/tcpdump/ |
H A D | print-icmp.c | 109 #define ICMP_UNREACH_HOST 1 /* bad host */ macro 360 case ICMP_UNREACH_HOST: in icmp_print()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 172 else if (cmd->arg1==ICMP_UNREACH_HOST) in ipfw_log()
|
H A D | ip_fw2.c | 867 case ICMP_UNREACH_HOST: in map_icmp_unreach()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 929 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 D | test_add_rule.py | 300 Insn(IpFwOpcode.O_REJECT, arg1=IcmpRejectCode.ICMP_UNREACH_HOST),
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 1117 case ICMP_UNREACH_HOST: in main()
|
/freebsd/sbin/ping/ |
H A D | ping.c | 1436 case ICMP_UNREACH_HOST: in pr_icmph()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 1186 { "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 D | ipmon.c | 157 { ICMP_UNREACH_HOST, "host" },
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 141 { "host-unr", ICMP_UNREACH, ICMP_UNREACH_HOST },
|
/freebsd/sbin/ipf/common/ |
H A D | ipf_y.y | 1551 | IPFY_ICMPC_HSTUNR { $$ = ICMP_UNREACH_HOST; }
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 2092 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in xmit_err()
|