Searched refs:ICMP_UNREACH_NET_UNKNOWN (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-icmp.c124 #define ICMP_UNREACH_NET_UNKNOWN 6 /* unknown net */ macro
165 #ifndef ICMP_UNREACH_NET_UNKNOWN
166 #define ICMP_UNREACH_NET_UNKNOWN 6 /* destination net unknown */ macro
218 { ICMP_UNREACH_NET_UNKNOWN, "net %s unreachable - unknown" },
/freebsd-10.0-release/sys/netinet/
H A Dip_icmp.h151 #define ICMP_UNREACH_NET_UNKNOWN 6 /* unknown net */ macro
H A Dip_icmp.c449 case ICMP_UNREACH_NET_UNKNOWN:
H A Dsctp_usrreq.c254 (icmph->icmp_code == ICMP_UNREACH_NET_UNKNOWN) ||
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h897 #ifndef ICMP_UNREACH_NET_UNKNOWN
898 # define ICMP_UNREACH_NET_UNKNOWN 6 macro
/freebsd-10.0-release/sys/netinet6/
H A Dsctp6_usrreq.c312 (icmph->icmp6_code == ICMP_UNREACH_NET_UNKNOWN) ||
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c1068 case ICMP_UNREACH_NET_UNKNOWN:
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon.c180 { ICMP_UNREACH_NET_UNKNOWN, "net_unknown" },
H A Dipf_y.y1546 | IPFY_ICMPC_NETUNK { $$ = ICMP_UNREACH_NET_UNKNOWN; }
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.c145 { "net-unk", ICMP_UNREACH, ICMP_UNREACH_NET_UNKNOWN },
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.c796 { "net-unknown", ICMP_UNREACH_NET_UNKNOWN },

Completed in 359 milliseconds