ENETUNREACH       158 net/if_faith.c 		        rt->rt_flags & RTF_HOST ? EHOSTUNREACH : ENETUNREACH);
ENETUNREACH       254 net/if_loop.c  			rt->rt_flags & RTF_HOST ? EHOSTUNREACH : ENETUNREACH);
ENETUNREACH       452 net/route.c    		error = ENETUNREACH;
ENETUNREACH       720 net/route.c    		error = ENETUNREACH;
ENETUNREACH      1025 net/route.c    							: ENETUNREACH);
ENETUNREACH       447 netatalk/ddp_usrreq.c 	return( ENETUNREACH );
ENETUNREACH       978 netinet/if_ether.c 		return ENETUNREACH;
ENETUNREACH      2306 netinet/ip_carp.c 		return (ENETUNREACH);
ENETUNREACH      1548 netinet/ip_input.c 	case ENETUNREACH:		/* shouldn't happen, checked above */
ENETUNREACH       207 netinet/ip_output.c 			    error = ENETUNREACH;
ENETUNREACH       377 netinet/ip_output.c 			    error = ENETUNREACH;
ENETUNREACH       457 netinet/ip_output.c 			error = ENETUNREACH;
ENETUNREACH       678 netinet/tcp_subr.c 	     (error == EHOSTUNREACH || error == ENETUNREACH ||
ENETUNREACH       795 netinet/tcp_subr.c 		     inet6ctlerrmap[cmd] == ENETUNREACH ||
ENETUNREACH       915 netinet/tcp_subr.c 		     inetctlerrmap[cmd] == ENETUNREACH ||
ENETUNREACH       160 netinet6/in6_gif.c 			return ENETUNREACH;
ENETUNREACH       491 netinet6/ip6_forward.c 	case ENETUNREACH:	/* shouldn't happen, checked above */
ENETUNREACH       609 netinet6/ip6_output.c 			error = ENETUNREACH;