Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDip_icmp.h145 #define ICMP_UNREACH_NET 0 /* bad net */ macro
HDip_icmp.c410 case ICMP_UNREACH_NET: in icmp_input()
HDsctp_usrreq.c249 if ((icmph->icmp_code == ICMP_UNREACH_NET) || in sctp_notify()
/NextBSD/contrib/tcpdump/
HDprint-icmp.c114 #define ICMP_UNREACH_NET 0 /* bad net */ macro
208 { ICMP_UNREACH_NET, "net %s unreachable" },
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_compat.h892 #ifndef ICMP_UNREACH_NET
893 # define ICMP_UNREACH_NET 0 macro
/NextBSD/contrib/ipfilter/tools/
HDipmon.c174 { ICMP_UNREACH_NET, "net" },
182 { ICMP_UNREACH_NET, "isolated" },
HDipf_y.y1550 | IPFY_ICMPC_NETUNR { $$ = ICMP_UNREACH_NET; }
/NextBSD/sys/netinet6/
HDsctp6_usrreq.c295 if ((icmph->icmp6_code == ICMP_UNREACH_NET) || in sctp6_notify()
/NextBSD/sbin/ping/
HDping.c1530 case ICMP_UNREACH_NET: in pr_icmph()
/NextBSD/contrib/traceroute/
HDtraceroute.c1075 case ICMP_UNREACH_NET: in main()
/NextBSD/sbin/pfctl/
HDpfctl_parser.c139 { "net-unr", ICMP_UNREACH, ICMP_UNREACH_NET },
/NextBSD/sbin/ipfw/
HDipfw2.c1042 { "net", ICMP_UNREACH_NET },