Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dip_icmp.h152 #define ICMP_UNREACH_NET 0 /* bad net */ macro
H A Dip_icmp.c410 case ICMP_UNREACH_NET: in icmp_errmap()
H A Dsctp_usrreq.c186 if ((icmp_code == ICMP_UNREACH_NET) || in sctp_notify()
/src/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py168 ICMP_UNREACH_NET = 0 variable in IcmpRejectCode
/src/contrib/tcpdump/
H A Dprint-icmp.c108 #define ICMP_UNREACH_NET 0 /* bad net */ macro
354 case ICMP_UNREACH_NET: in icmp_print()
/src/sbin/ipf/ipmon/
H A Dipmon.c157 { ICMP_UNREACH_NET, "net" },
165 { ICMP_UNREACH_NET, "isolated" },
/src/sbin/ping/
H A Dping.c1433 case ICMP_UNREACH_NET: in pr_icmph()
/src/usr.sbin/traceroute/
H A Dtraceroute.c1112 case ICMP_UNREACH_NET: in main()
/src/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c928 case ICMP_UNREACH_NET: in nat64_icmp_translate()
/src/sbin/pfctl/
H A Dpfctl_parser.c142 { "net-unr", ICMP_UNREACH, ICMP_UNREACH_NET },
/src/sbin/ipf/common/
H A Dipf_y.y1550 | IPFY_ICMPC_NETUNR { $$ = ICMP_UNREACH_NET; }
/src/sys/netpfil/ipfw/
H A Dip_fw2.c869 case ICMP_UNREACH_NET: in map_icmp_unreach()
/src/sbin/ipfw/
H A Dipfw2.c1216 { "net", ICMP_UNREACH_NET },
/src/sys/netpfil/pf/
H A Dpf.c4301 case ICMP_UNREACH_NET: in pf_translate_icmp_af()