Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_HOST_UNKNOWN (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-icmp.c115 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* unknown host */ macro
156 #ifndef ICMP_UNREACH_HOST_UNKNOWN
157 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* destination host unknown */ macro
434 case ICMP_UNREACH_HOST_UNKNOWN: in icmp_print()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py174 ICMP_UNREACH_HOST_UNKNOWN = 7 variable in IcmpRejectCode
/freebsd/sys/netinet/
H A Dip_icmp.h159 #define ICMP_UNREACH_HOST_UNKNOWN 7 /* unknown host */ macro
H A Dip_icmp.c416 case ICMP_UNREACH_HOST_UNKNOWN: in icmp_errmap()
H A Dsctp_usrreq.c189 (icmp_code == ICMP_UNREACH_HOST_UNKNOWN) || in sctp_notify()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1142 case ICMP_UNREACH_HOST_UNKNOWN: in main()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c932 case ICMP_UNREACH_HOST_UNKNOWN: in nat64_icmp_translate()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c164 { ICMP_UNREACH_HOST_UNKNOWN, "host_unknown" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c149 { "host-unk", ICMP_UNREACH, ICMP_UNREACH_HOST_UNKNOWN },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1557 | IPFY_ICMPC_HSTUNK { $$ = ICMP_UNREACH_HOST_UNKNOWN; }
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c870 case ICMP_UNREACH_HOST_UNKNOWN: in map_icmp_unreach()
/freebsd/sbin/ipfw/
H A Dipfw2.c1192 { "host-unknown", ICMP_UNREACH_HOST_UNKNOWN },
/freebsd/sys/netpfil/pf/
H A Dpf.c3775 case ICMP_UNREACH_HOST_UNKNOWN: in pf_translate_icmp_af()