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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-icmp.c119 #define ICMP_UNREACH_NET_UNKNOWN 6 /* unknown net */ macro
158 #ifndef ICMP_UNREACH_NET_UNKNOWN
159 #define ICMP_UNREACH_NET_UNKNOWN 6 /* destination net unknown */ macro
211 { ICMP_UNREACH_NET_UNKNOWN, "net %s unreachable - unknown" },
/freebsd-12-stable/sys/netinet/
H A Dip_icmp.h161 #define ICMP_UNREACH_NET_UNKNOWN 6 /* unknown net */ macro
H A Dip_icmp.c476 case ICMP_UNREACH_NET_UNKNOWN:
H A Dsctp_usrreq.c174 (icmp_code == ICMP_UNREACH_NET_UNKNOWN) ||
/freebsd-12-stable/contrib/traceroute/
H A Dtraceroute.c1183 case ICMP_UNREACH_NET_UNKNOWN:
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipmon.c167 { ICMP_UNREACH_NET_UNKNOWN, "net_unknown" },
H A Dipf_y.y1557 | IPFY_ICMPC_NETUNK { $$ = ICMP_UNREACH_NET_UNKNOWN; }
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c930 case ICMP_UNREACH_NET_UNKNOWN:
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.c147 { "net-unk", ICMP_UNREACH, ICMP_UNREACH_NET_UNKNOWN },
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c867 case ICMP_UNREACH_NET_UNKNOWN:
/freebsd-12-stable/sbin/ipfw/
H A Dipfw2.c1095 { "net-unknown", ICMP_UNREACH_NET_UNKNOWN },

Completed in 406 milliseconds