Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_NET (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h130 #define ICMP_UNREACH_NET 0 /* bad net */ macro
/netbsd-src/sys/netinet/
H A Dip_icmp.h190 #define ICMP_UNREACH_NET 0 /* bad net */ macro
H A Dip_icmp.c477 case ICMP_UNREACH_NET: in _icmp_input()
H A Dip_input.c1371 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NET, dest, 0); in ip_forward()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h951 #ifndef ICMP_UNREACH_NET
952 # define ICMP_UNREACH_NET 0 macro
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon.c174 { ICMP_UNREACH_NET, "net" },
182 { ICMP_UNREACH_NET, "isolated" },
H A Dipf_y.y1552 | IPFY_ICMPC_NETUNR { $$ = ICMP_UNREACH_NET; }
/netbsd-src/usr.sbin/traceroute/
H A Dtraceroute.c999 case ICMP_UNREACH_NET: in main()
/netbsd-src/sbin/ping/
H A Dping.c1563 case ICMP_UNREACH_NET: in pr_icmph()
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c160 { "net-unr", ICMP_UNREACH, ICMP_UNREACH_NET },