Searched refs:ENETUNREACH (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h163 #define ENETUNREACH 51 /* Network is unreachable */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c171 return ENETUNREACH;
214 return ENETUNREACH;
222 return ENETUNREACH; /*XXX*/
H A Dip_output.c241 * ENETUNREACH
594 error = ENETUNREACH;
817 error = ENETUNREACH;
839 error = ENETUNREACH;
1212 case ENETUNREACH:
1619 * Return ENETUNREACH like ip6_output does in some similar cases.
1623 error = ENETUNREACH;
H A Din_arp.c832 return (ENETUNREACH);
838 error = ENETUNREACH;
H A Dip_input.c2253 ENETUNREACH, EHOSTUNREACH, ECONNREFUSED, ECONNREFUSED,
2545 case ENETUNREACH: /* shouldn't happen, checked above */
H A Dtcp_subr.c1266 (error == EHOSTUNREACH || error == ENETUNREACH ||
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c193 return ENETUNREACH;
223 return ENETUNREACH;
230 return ENETUNREACH; /*XXX*/
H A Dip6_forward.c350 case ENETUNREACH:
740 case ENETUNREACH: /* shouldn't happen, checked above */
H A Dip6_output.c699 case ENETUNREACH:
888 case ENETUNREACH:
1058 error = ENETUNREACH;
H A Din6_src.c1100 err = ((rt->rt_flags & RTF_HOST) ? EHOSTUNREACH : ENETUNREACH);
H A Dnd6.c3341 * the pain. Return ENETUNREACH like ip6_output
3346 error = ENETUNREACH;
/darwin-on-arm/xnu/bsd/net/
H A Droute.c1262 error = ENETUNREACH;
1867 senderr(ENETUNREACH);
2359 EHOSTUNREACH : ENETUNREACH);
2898 : ENETUNREACH);
2914 : ENETUNREACH);
H A Dif_loop.c454 EHOSTUNREACH : ENETUNREACH);
H A Dif_stf.c570 return ENETUNREACH;
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.c372 * sender will just get ENETUNREACH errors when it tries to send to an
713 error = ENETUNREACH;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c650 case ENETUNREACH:
3034 case ENETUNREACH:
5272 if ((error != ENETUNREACH && error != EHOSTUNREACH) ||
H A Dnfs_vfsops.c2531 case ENETUNREACH:

Completed in 144 milliseconds