Searched refs:ICMP_UNREACH_HOST_PROHIB (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.sbin/tcpdump/
H A Dprint-icmp.c59 #ifndef ICMP_UNREACH_HOST_PROHIB
60 #define ICMP_UNREACH_HOST_PROHIB 10 /* admin prohibited host */ macro
121 { ICMP_UNREACH_HOST_PROHIB,
/openbsd-current/sys/netinet/
H A Dip_icmp.h179 #define ICMP_UNREACH_HOST_PROHIB 10 /* ditto */ macro
H A Dip_icmp.c431 case ICMP_UNREACH_HOST_PROHIB:
/openbsd-current/usr.sbin/traceroute/
H A Dworker.c813 case ICMP_UNREACH_HOST_PROHIB:
/openbsd-current/sbin/ping/
H A Dping.c1621 case ICMP_UNREACH_HOST_PROHIB:
/openbsd-current/sbin/pfctl/
H A Dpfctl_parser.c155 { "host-prohib", ICMP_UNREACH, ICMP_UNREACH_HOST_PROHIB },
/openbsd-current/sys/net/
H A Dpf.c3053 code = ICMP_UNREACH_HOST_PROHIB;
3149 case ICMP_UNREACH_HOST_PROHIB:
/openbsd-current/usr.sbin/bgpd/
H A Dparse.y5937 { "host-prohib", ICMP_UNREACH, ICMP_UNREACH_HOST_PROHIB },

Completed in 288 milliseconds