Searched refs:ICMP_UNREACH_HOST (Results 1 – 11 of 11) sorted by relevance
| /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()
|
| H A D | ip_icmp.h | 156 #define ICMP_UNREACH_HOST 1 /* bad host */ macro
|
| H A D | ip_options.c | 309 code = ICMP_UNREACH_HOST; in ip_dooptions()
|
| H A D | ip_icmp.c | 483 case ICMP_UNREACH_HOST: in icmp_input()
|
| H A D | ip_input.c | 1099 code = ICMP_UNREACH_HOST; in ip_forward()
|
| H A D | sctp_usrreq.c | 172 (icmp_code == ICMP_UNREACH_HOST) || in sctp_notify()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_icmp.h | 156 #define ICMP_UNREACH_HOST 1 /* bad host */ macro
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 176 else if (cmd->arg1==ICMP_UNREACH_HOST) in ipfw_log()
|
| H A D | ip_fw2.c | 869 case ICMP_UNREACH_HOST: in map_icmp_unreach()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 934 case ICMP_UNREACH_HOST: in nat64_icmp_translate() 1278 nat64_icmp_reflect(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, in nat64_do_handle_ip4() 1381 code = ICMP_UNREACH_HOST; in nat64_handle_icmp6()
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 1098 { "host", ICMP_UNREACH_HOST }, 1861 else if (cmd->arg1 == ICMP_UNREACH_HOST) in print_action_instruction() 3936 action->arg1 = ICMP_UNREACH_HOST; in compile_rule()
|