Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_HOST_PROHIB (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-icmp.c118 #define ICMP_UNREACH_HOST_PROHIB 10 /* ditto */ macro
165 #ifndef ICMP_UNREACH_HOST_PROHIB
166 #define ICMP_UNREACH_HOST_PROHIB 10 /* admin prohibited host */ macro
452 case ICMP_UNREACH_HOST_PROHIB: in icmp_print()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py177 ICMP_UNREACH_HOST_PROHIB = 10 variable in IcmpRejectCode
/freebsd/sys/netinet/
H A Dip_icmp.h162 #define ICMP_UNREACH_HOST_PROHIB 10 /* ditto */ macro
H A Dip_icmp.c428 case ICMP_UNREACH_HOST_PROHIB: in icmp_errmap()
H A Dsctp_usrreq.c192 (icmp_code == ICMP_UNREACH_HOST_PROHIB) || in sctp_notify()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c951 case ICMP_UNREACH_HOST_PROHIB: in nat64_icmp_translate()
1379 code = ICMP_UNREACH_HOST_PROHIB; in nat64_handle_icmp6()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1157 case ICMP_UNREACH_HOST_PROHIB: in main()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c152 { "host-prohib", ICMP_UNREACH, ICMP_UNREACH_HOST_PROHIB },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1560 | IPFY_ICMPC_HSTPRO { $$ = ICMP_UNREACH_HOST_PROHIB; }
/freebsd/sbin/ipfw/
H A Dipfw2.c1195 { "host-prohib", ICMP_UNREACH_HOST_PROHIB },
/freebsd/sys/netpfil/pf/
H A Dpf.c3677 code = ICMP_UNREACH_HOST_PROHIB; in pf_translate_icmp_af()
3785 case ICMP_UNREACH_HOST_PROHIB: in pf_translate_icmp_af()