Searched refs:ICMP_UNREACH_NET (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/includes/netinet/ |
H A D | ip_icmp.h | 130 #define ICMP_UNREACH_NET 0 /* bad net */ macro
|
/netbsd-src/sys/netinet/ |
H A D | ip_icmp.h | 190 #define ICMP_UNREACH_NET 0 /* bad net */ macro
|
H A D | ip_icmp.c | 477 case ICMP_UNREACH_NET: in _icmp_input()
|
H A D | ip_input.c | 1371 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NET, dest, 0); in ip_forward()
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_compat.h | 951 #ifndef ICMP_UNREACH_NET 952 # define ICMP_UNREACH_NET 0 macro
|
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | ipmon.c | 174 { ICMP_UNREACH_NET, "net" }, 182 { ICMP_UNREACH_NET, "isolated" },
|
H A D | ipf_y.y | 1552 | IPFY_ICMPC_NETUNR { $$ = ICMP_UNREACH_NET; }
|
/netbsd-src/usr.sbin/traceroute/ |
H A D | traceroute.c | 999 case ICMP_UNREACH_NET: in main()
|
/netbsd-src/sbin/ping/ |
H A D | ping.c | 1563 case ICMP_UNREACH_NET: in pr_icmph()
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pfctl_parser.c | 160 { "net-unr", ICMP_UNREACH, ICMP_UNREACH_NET },
|