Symbol: ENETUNREACH
usr/src/cmd/cmd-inet/usr.lib/in.ripngd/tables.c
304
if (errno == ENETUNREACH) {
usr/src/cmd/cmd-inet/usr.sbin/in.tftpd.c
82
(syslog((((errno == ENETUNREACH) || (errno == EHOSTUNREACH) || \
usr/src/cmd/cmd-inet/usr.sbin/route.c
1822
if (errno != ENETUNREACH && errno != ESRCH)
usr/src/cmd/cmd-inet/usr.sbin/route.c
2509
case ENETUNREACH:
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolsException.java
566
public static final int ENETUNREACH = 128;
usr/src/cmd/sendmail/src/conf.c
3444
#ifdef ENETUNREACH
usr/src/cmd/sendmail/src/conf.c
3445
case ENETUNREACH: /* Network is unreachable */
usr/src/cmd/sendmail/src/deliver.c
4042
#ifdef ENETUNREACH
usr/src/cmd/sendmail/src/deliver.c
4043
case ENETUNREACH: /* Network is unreachable */
usr/src/cmd/sendmail/util/mail.local.c
1190
#ifdef ENETUNREACH
usr/src/cmd/sendmail/util/mail.local.c
1191
case ENETUNREACH: /* Network is unreachable */
usr/src/lib/lib9p/common/request.c
283
[ENETUNREACH] = LINUX_ENETUNREACH,
usr/src/uts/common/fs/nfs/nfs4_common.c
248
case ENETUNREACH:
usr/src/uts/common/fs/nfs/nfs4_subr.c
2995
RPC_RPCBFAILURE, ENETUNREACH,
usr/src/uts/common/fs/smbclnt/netsmb/smb_subrs.c
272
{NT_STATUS_NETWORK_UNREACHABLE, ENETUNREACH},
usr/src/uts/common/fs/sockfs/sockcommon.c
246
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
3144
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
3155
case ENETUNREACH:
usr/src/uts/common/inet/ip/icmp.c
3299
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
3531
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
3542
case ENETUNREACH:
usr/src/uts/common/inet/ip/icmp.c
3628
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
3749
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
3760
case ENETUNREACH:
usr/src/uts/common/inet/ip/icmp.c
3802
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
3901
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
3912
case ENETUNREACH:
usr/src/uts/common/inet/ip/icmp.c
3953
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
4523
error = ENETUNREACH;
usr/src/uts/common/inet/ip/icmp.c
4534
case ENETUNREACH:
usr/src/uts/common/inet/ip/icmp.c
4686
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip.c
14825
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip.c
3471
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip.c
3482
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip6.c
2043
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip6.c
2054
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip6_if.c
417
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip6_if.c
584
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip6_if.c
720
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip6_if.c
726
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip6_output.c
1210
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip6_output.c
1254
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip6_output.c
1272
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip_ftable.c
644
case ENETUNREACH:
usr/src/uts/common/inet/ip/ip_if.c
5446
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip_if.c
5603
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip_if.c
5743
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip_if.c
5749
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip_ire.c
3078
if (ire_revalidate_nce(ire) == ENETUNREACH) {
usr/src/uts/common/inet/ip/ip_ire.c
3342
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip_output.c
2281
return (ENETUNREACH);
usr/src/uts/common/inet/ip/ip_output.c
2329
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip_output.c
2351
error = ENETUNREACH;
usr/src/uts/common/inet/ip/ip_output.c
2361
error = ENETUNREACH;
usr/src/uts/common/inet/ipf/fil.c
2421
fin->fin_error = ENETUNREACH;
usr/src/uts/common/inet/iptun/iptun.c
3156
(error == EHOSTUNREACH || error == ENETUNREACH)) {
usr/src/uts/common/inet/iptun/iptun.c
3248
(error == EHOSTUNREACH || error == ENETUNREACH)) {
usr/src/uts/common/inet/sctp/sctp.c
1174
ICMP_HOST_UNREACHABLE) ? EHOSTUNREACH : ENETUNREACH;
usr/src/uts/common/inet/sockmods/socksctp.c
1001
error = ENETUNREACH;
usr/src/uts/common/inet/sockmods/socksctp.c
471
error = ENETUNREACH;
usr/src/uts/common/inet/tcp/tcp_input.c
5821
tcp->tcp_client_errno = ENETUNREACH;
usr/src/uts/common/inet/udp/udp.c
2899
error = ENETUNREACH;
usr/src/uts/common/inet/udp/udp.c
2910
case ENETUNREACH:
usr/src/uts/common/inet/udp/udp.c
2997
error = ENETUNREACH;
usr/src/uts/common/inet/udp/udp.c
3093
error = ENETUNREACH;
usr/src/uts/common/inet/udp/udp.c
3104
case ENETUNREACH:
usr/src/uts/common/inet/udp/udp.c
3151
error = ENETUNREACH;
usr/src/uts/common/inet/udp/udp.c
3224
error = ENETUNREACH;
usr/src/uts/common/inet/udp/udp.c
3235
case ENETUNREACH:
usr/src/uts/common/inet/udp/udp.c
3281
error = ENETUNREACH;
usr/src/uts/common/inet/udp/udp.c
3942
error = ENETUNREACH;
usr/src/uts/common/inet/udp/udp.c
3953
case ENETUNREACH:
usr/src/uts/common/inet/udp/udp.c
4116
error = ENETUNREACH;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
224
ib_s->status = ENETUNREACH;