Symbol: ENETUNREACH
regress/sys/ffs/fstest.c
661
case ENETUNREACH:
sbin/route/route.c
797
if (errno != ENETUNREACH && errno != ESRCH)
sbin/unwind/libunbound/services/outside_network.c
2074
# ifdef ENETUNREACH
sbin/unwind/libunbound/services/outside_network.c
2075
case ENETUNREACH:
sbin/unwind/libunbound/util/netevent.c
327
#if defined(ENETUNREACH) || defined(EHOSTDOWN) || defined(EHOSTUNREACH) || defined(ENETDOWN)
sbin/unwind/libunbound/util/netevent.c
329
# ifdef ENETUNREACH
sbin/unwind/libunbound/util/netevent.c
330
case ENETUNREACH:
sbin/unwind/libunbound/util/netevent.c
4189
#ifdef ENETUNREACH
sbin/unwind/libunbound/util/netevent.c
4190
if(errno == ENETUNREACH && verbosity < 2)
sbin/unwind/libunbound/util/netevent.c
897
# ifdef ENETUNREACH
sbin/unwind/libunbound/util/netevent.c
898
case ENETUNREACH:
sys/net/if_etherip.c
715
return (ENETUNREACH);
sys/net/if_ethersubr.c
277
senderr(ENETUNREACH);
sys/net/if_gre.c
1752
error = ENETUNREACH;
sys/net/if_loop.c
255
rt->rt_flags & RTF_HOST ? EHOSTUNREACH : ENETUNREACH);
sys/net/if_mpe.c
195
error = ENETUNREACH;
sys/net/if_mpe.c
209
error = ENETUNREACH;
sys/net/if_mpe.c
243
error = ENETUNREACH;
sys/net/if_veb.c
2324
error = ENETUNREACH; /* XXX */
sys/net/if_wg.c
2248
ret = ENETUNREACH;
sys/net/route.c
551
return (ENETUNREACH);
sys/net/route.c
689
error = ENETUNREACH;
sys/net/rtsock.c
1316
return (ENETUNREACH);
sys/netinet/if_ether.c
1018
return ENETUNREACH;
sys/netinet/ip_carp.c
2359
return (ENETUNREACH);
sys/netinet/ip_input.c
1702
case ENETUNREACH: /* shouldn't happen, checked above */
sys/netinet/ip_output.c
143
error = ENETUNREACH;
sys/netinet/ip_output.c
285
error = ENETUNREACH;
sys/netinet/tcp_subr.c
583
(error == EHOSTUNREACH || error == ENETUNREACH ||
sys/netinet/tcp_subr.c
704
inet6ctlerrmap[cmd] == ENETUNREACH ||
sys/netinet/tcp_subr.c
851
inetctlerrmap[cmd] == ENETUNREACH ||
sys/netinet6/in6_src.c
367
return (rt->rt_flags & RTF_HOST ? EHOSTUNREACH : ENETUNREACH);
sys/netinet6/ip6_forward.c
400
case ENETUNREACH: /* shouldn't happen, checked above */
sys/netinet6/ip6_output.c
502
error = ENETUNREACH;
sys/netmpls/mpls_output.c
132
error = ENETUNREACH;
sys/netmpls/mpls_output.c
83
error = ENETUNREACH;
usr.bin/dig/lib/isc/unix/errno2result.c
78
case ENETUNREACH:
usr.bin/dig/lib/isc/unix/socket.c
1042
ALWAYS_HARD(ENETUNREACH, ISC_R_NETUNREACH);
usr.bin/dig/lib/isc/unix/socket.c
2275
ERROR_MATCH(ENETUNREACH, ISC_R_NETUNREACH);
usr.bin/dig/lib/isc/unix/socket.c
2409
ERROR_MATCH(ENETUNREACH, ISC_R_NETUNREACH);
usr.bin/dig/lib/isc/unix/socket.c
874
SOFT_OR_HARD(ENETUNREACH, ISC_R_NETUNREACH);
usr.sbin/amd/amd/srvr_nfs.c
461
case ENETUNREACH:
usr.sbin/ntpd/client.c
170
if (errno == ECONNREFUSED || errno == ENETUNREACH ||
usr.sbin/ntpd/client.c
299
errno == ENETUNREACH || errno == ENETDOWN ||
usr.sbin/ntpd/server.c
165
errno == ENETUNREACH || errno == ENETDOWN) {
usr.sbin/syslogd/syslogd.c
2085
case ENETUNREACH:
usr.sbin/unbound/services/outside_network.c
2074
# ifdef ENETUNREACH
usr.sbin/unbound/services/outside_network.c
2075
case ENETUNREACH:
usr.sbin/unbound/util/netevent.c
327
#if defined(ENETUNREACH) || defined(EHOSTDOWN) || defined(EHOSTUNREACH) || defined(ENETDOWN)
usr.sbin/unbound/util/netevent.c
329
# ifdef ENETUNREACH
usr.sbin/unbound/util/netevent.c
330
case ENETUNREACH:
usr.sbin/unbound/util/netevent.c
4189
#ifdef ENETUNREACH
usr.sbin/unbound/util/netevent.c
4190
if(errno == ENETUNREACH && verbosity < 2)
usr.sbin/unbound/util/netevent.c
897
# ifdef ENETUNREACH
usr.sbin/unbound/util/netevent.c
898
case ENETUNREACH: