Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_HOST (Results 1 – 11 of 11) 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()
H A Dip_icmp.h156 #define ICMP_UNREACH_HOST 1 /* bad host */ macro
H A Dip_options.c309 code = ICMP_UNREACH_HOST; in ip_dooptions()
H A Dip_icmp.c483 case ICMP_UNREACH_HOST: in icmp_input()
H A Dip_input.c1099 code = ICMP_UNREACH_HOST; in ip_forward()
H A Dsctp_usrreq.c172 (icmp_code == ICMP_UNREACH_HOST) || in sctp_notify()
/f-stack/tools/compat/include/netinet/
H A Dip_icmp.h156 #define ICMP_UNREACH_HOST 1 /* bad host */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c176 else if (cmd->arg1==ICMP_UNREACH_HOST) in ipfw_log()
H A Dip_fw2.c869 case ICMP_UNREACH_HOST: in map_icmp_unreach()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c934 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 Dipfw2.c1098 { "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()