Home
last modified time | relevance | path

Searched refs:ICMP_UNREACH_NET_UNKNOWN (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-icmp.c114 #define ICMP_UNREACH_NET_UNKNOWN 6 /* unknown net */ macro
153 #ifndef ICMP_UNREACH_NET_UNKNOWN
154 #define ICMP_UNREACH_NET_UNKNOWN 6 /* destination net unknown */ macro
428 case ICMP_UNREACH_NET_UNKNOWN: in icmp_print()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py173 ICMP_UNREACH_NET_UNKNOWN = 6 variable in IcmpRejectCode
/freebsd/sys/netinet/
H A Dip_icmp.h158 #define ICMP_UNREACH_NET_UNKNOWN 6 /* unknown net */ macro
H A Dip_icmp.c415 case ICMP_UNREACH_NET_UNKNOWN: in icmp_errmap()
H A Dsctp_usrreq.c188 (icmp_code == ICMP_UNREACH_NET_UNKNOWN) || in sctp_notify()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1137 case ICMP_UNREACH_NET_UNKNOWN: in main()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c931 case ICMP_UNREACH_NET_UNKNOWN: in nat64_icmp_translate()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c162 { ICMP_UNREACH_NET_UNKNOWN, "net_unknown" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c146 { "net-unk", ICMP_UNREACH, ICMP_UNREACH_NET_UNKNOWN },
/freebsd/sbin/ipf/common/
H A Dipf_y.y1556 | IPFY_ICMPC_NETUNK { $$ = ICMP_UNREACH_NET_UNKNOWN; }
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c869 case ICMP_UNREACH_NET_UNKNOWN: in map_icmp_unreach()
/freebsd/sbin/ipfw/
H A Dipfw2.c1191 { "net-unknown", ICMP_UNREACH_NET_UNKNOWN },