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

12

/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Derrno2result.c93 #ifdef ENETUNREACH
94 case ENETUNREACH:
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Derrno2result.c93 #ifdef ENETUNREACH
94 case ENETUNREACH:
/freebsd-9.3-release/sys/sys/
H A Derrno.h115 #define ENETUNREACH 51 /* Network is unreachable */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h227 #undef ENETUNREACH macro
228 #define ENETUNREACH WSAENETUNREACH macro
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Derrno.d135 inline int ENETUNREACH = 51;
136 #pragma D binding "1.0" ENETUNREACH
/freebsd-9.3-release/sys/netgraph/
H A Dng_pppoe.c1265 LEAVE(ENETUNREACH);
1376 LEAVE(ENETUNREACH);
1392 error = ENETUNREACH;
1406 LEAVE(ENETUNREACH);
1413 LEAVE(ENETUNREACH);
1428 LEAVE(ENETUNREACH);
1487 LEAVE(ENETUNREACH);
1492 LEAVE(ENETUNREACH);
1508 LEAVE (ENETUNREACH);
1568 LEAVE (ENETUNREACH);
[all...]
H A Dng_sample.c357 return (ENETUNREACH);
/freebsd-9.3-release/sys/netatalk/
H A Dddp_output.c165 return (ENETUNREACH);
174 return (ENETUNREACH);
H A Dddp_pcb.c276 return (ENETUNREACH);
/freebsd-9.3-release/sys/netipx/
H A Dipx_outputfl.c111 error = ENETUNREACH;
129 error = ENETUNREACH;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h161 network_unreachable, // ENETUNREACH
342 # ifndef ENETUNREACH
343 # define ENETUNREACH 118 macro
529 network_unreachable = ENETUNREACH,
/freebsd-9.3-release/sys/netinet/
H A Din_gif.c190 return ENETUNREACH;
245 return ENETUNREACH;
251 return ENETUNREACH; /* XXX */
H A Dip_output.c233 error = ENETUNREACH;
245 error = ENETUNREACH;
351 error = ENETUNREACH;
/freebsd-9.3-release/sys/netinet6/
H A Din6_gif.c224 return ENETUNREACH;
253 return ENETUNREACH;
259 return ENETUNREACH; /*XXX*/
H A Dip6_forward.c301 case ENETUNREACH:
654 case ENETUNREACH: /* shouldn't happen, checked above */
H A Dsend.c222 error = ENETUNREACH;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c297 rc = -ENETUNREACH;
305 rc = -ENETUNREACH;
386 rc = -ENETUNREACH;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrerror.c376 #if defined (ENETUNREACH)
377 ENTRY(ENETUNREACH, "ENETUNREACH", "Network is unreachable"),
/freebsd-9.3-release/contrib/cvs/lib/
H A Dstrerror.c379 #if defined (ENETUNREACH)
380 ENTRY(ENETUNREACH, "ENETUNREACH", "Network is unreachable"),
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrerror.c376 #if defined (ENETUNREACH)
377 ENTRY(ENETUNREACH, "ENETUNREACH", "Network is unreachable"),
/freebsd-9.3-release/sys/net/
H A Dif_faith.c218 rt->rt_flags & RTF_HOST ? EHOSTUNREACH : ENETUNREACH);
H A Dif_stf.c497 return ENETUNREACH;
565 return ENETUNREACH;
H A Dif_loop.c238 rt->rt_flags & RTF_HOST ? EHOSTUNREACH : ENETUNREACH);
H A Droute.c557 error = ENETUNREACH;
863 error = ENETUNREACH;
1716 EHOSTUNREACH : ENETUNREACH);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Daddr.c419 return -ENETUNREACH;
445 return -ENETUNREACH;

Completed in 236 milliseconds

12