Searched refs:ICMP_UNREACH_HOST_UNKNOWN (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp.c120 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* unknown host */ macro
161 #ifndef ICMP_UNREACH_HOST_UNKNOWN
162 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* destination host unknown */ macro
212 { ICMP_UNREACH_HOST_UNKNOWN, "host %s unreachable - unknown" },
/freebsd-13-stable/sys/netinet/
H A Dip_icmp.h162 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* unknown host */ macro
H A Dip_icmp.c486 case ICMP_UNREACH_HOST_UNKNOWN:
H A Dsctp_usrreq.c174 (icmp_code == ICMP_UNREACH_HOST_UNKNOWN) ||
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c1188 case ICMP_UNREACH_HOST_UNKNOWN:
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.c148 { "host-unk", ICMP_UNREACH, ICMP_UNREACH_HOST_UNKNOWN },
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon.c168 { ICMP_UNREACH_HOST_UNKNOWN, "host_unknown" },
H A Dipf_y.y1558 | IPFY_ICMPC_HSTUNK { $$ = ICMP_UNREACH_HOST_UNKNOWN; }
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c937 case ICMP_UNREACH_HOST_UNKNOWN:
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c870 case ICMP_UNREACH_HOST_UNKNOWN:
/freebsd-13-stable/sbin/ipfw/
H A Dipfw2.c1096 { "host-unknown", ICMP_UNREACH_HOST_UNKNOWN },

Completed in 228 milliseconds