Home
last modified time | relevance | path

Searched refs:EHOSTUNREACH (Results 1 – 25 of 93) sorted by relevance

1234

/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Derrno2result.c99 #ifdef EHOSTUNREACH in isc___errno2result()
100 case EHOSTUNREACH: in isc___errno2result()
/netbsd/external/mpl/bind/dist/lib/isc/unix/
H A Derrno2result.c105 #ifdef EHOSTUNREACH in isc___errno2result()
106 case EHOSTUNREACH: in isc___errno2result()
/netbsd/external/mpl/bind/dist/lib/isc/tests/
H A Derrno_test.c86 #ifdef EHOSTUNREACH
87 { EHOSTUNREACH, ISC_R_HOSTUNREACH },
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h276 #ifdef EHOSTUNREACH in rump_errno2host()
278 return EHOSTUNREACH; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h121 #ifndef EHOSTUNREACH
122 #define EHOSTUNREACH 9911 macro
H A D__errc44 host_unreachable, // EHOSTUNREACH
141 host_unreachable = EHOSTUNREACH,
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c222 #ifdef EHOSTUNREACH in rumpuser__errtrans()
223 case EHOSTUNREACH : return 65; in rumpuser__errtrans()
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/
H A Dnet.h272 #ifndef EHOSTUNREACH
273 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/netbsd/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h252 #undef EHOSTUNREACH
253 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc146 #ifdef EHOSTUNREACH in default_error_condition()
147 case EHOSTUNREACH: in default_error_condition()
/netbsd/sys/netinet6/
H A Din6_src.c671 error = EHOSTUNREACH; in in6_selectroute()
697 error = EHOSTUNREACH; in in6_selectroute()
711 error = EHOSTUNREACH; in in6_selectroute()
717 if (error == EHOSTUNREACH) in in6_selectroute()
781 error = (rt->rt_flags & RTF_HOST ? EHOSTUNREACH : ENETUNREACH); in in6_selectif()
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d169 inline int EHOSTUNREACH = 65; variable
170 #pragma D binding "1.0" EHOSTUNREACH
/netbsd/external/mit/libuv/dist/include/uv/
H A Derrno.h155 #if defined(EHOSTUNREACH) && !defined(_WIN32)
156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dsane_accept.c56 EHOSTUNREACH, in sane_accept()
/netbsd/sys/netbt/
H A Dl2cap_upper.c170 return EHOSTUNREACH; in l2cap_connect_pcb()
180 return EHOSTUNREACH; in l2cap_connect_pcb()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c88 case EHOSTUNREACH: in strerror_override()
/netbsd/sys/sys/
H A Derrno.h119 #define EHOSTUNREACH 65 /* No route to host */ macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c88 case EHOSTUNREACH: in strerror_override()
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c177 case EHOSTUNREACH: in uerr2isc()
/netbsd/sys/net/
H A Dif_mpls.c282 return EHOSTUNREACH; in mpls_output()
421 error = EHOSTUNREACH; in mpls_lse()
483 error = EHOSTUNREACH; in mpls_lse()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),

1234