Searched refs:ICMP_UNREACH_NET_PROHIB (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h139 #define ICMP_UNREACH_NET_PROHIB 9 /* prohibited access */ macro
/netbsd-current/sys/netinet/
H A Dip_icmp.h199 #define ICMP_UNREACH_NET_PROHIB 9 /* prohibited access */ macro
H A Dip_icmp.c479 case ICMP_UNREACH_NET_PROHIB:
H A Dip_input.c914 code = ICMP_UNREACH_NET_PROHIB;
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp.c124 #define ICMP_UNREACH_NET_PROHIB 9 /* prohibited access */ macro
169 #ifndef ICMP_UNREACH_NET_PROHIB
170 #define ICMP_UNREACH_NET_PROHIB 9 /* admin prohibited net */ macro
454 case ICMP_UNREACH_NET_PROHIB:
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h978 #ifndef ICMP_UNREACH_NET_PROHIB
979 # define ICMP_UNREACH_NET_PROHIB 9 macro
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c183 { ICMP_UNREACH_NET_PROHIB, "net_prohib" },
184 { ICMP_UNREACH_NET_PROHIB, "host_prohib" },
H A Dipf_y.y1561 | IPFY_ICMPC_NETPRO { $$ = ICMP_UNREACH_NET_PROHIB; }
/netbsd-current/sbin/ping/
H A Dping.c1591 case ICMP_UNREACH_NET_PROHIB:
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c169 { "net-prohib", ICMP_UNREACH, ICMP_UNREACH_NET_PROHIB },

Completed in 298 milliseconds