Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d221 enum EHOSTUNREACH = 110; in version() local
371 enum EHOSTUNREACH = 113; /// in version() local
474 enum EHOSTUNREACH = 113; /// in version() local
587 enum EHOSTUNREACH = 242; /// in version() local
689 enum EHOSTUNREACH = 148; /// in version() local
788 enum EHOSTUNREACH = 113; /// in version() local
890 enum EHOSTUNREACH = 113; /// in version() local
945 enum EHOSTUNREACH = 65; /// in version() local
1098 enum EHOSTUNREACH = 113; /// in version() local
1187 enum EHOSTUNREACH = 65; /// No route to host in version() local
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Derrno2result.c105 #ifdef EHOSTUNREACH in isc___errno2result()
106 case EHOSTUNREACH: in isc___errno2result()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Derrno2result.c107 #ifdef EHOSTUNREACH in isc___errno2result()
108 case EHOSTUNREACH: in isc___errno2result()
110 #endif /* ifdef EHOSTUNREACH */ in isc___errno2result()
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Derrno_test.c88 #ifdef EHOSTUNREACH
89 { EHOSTUNREACH, ISC_R_HOSTUNREACH },
90 #endif /* ifdef EHOSTUNREACH */
/netbsd-src/sys/rump/include/rump/
H A Drumperrno2host.h276 #ifdef EHOSTUNREACH in rump_errno2host()
278 return EHOSTUNREACH; in rump_errno2host()
/netbsd-src/lib/librumpuser/
H A Drumpuser_errtrans.c222 #ifdef EHOSTUNREACH in rumpuser__errtrans()
223 case EHOSTUNREACH : return 65; in rumpuser__errtrans()
/netbsd-src/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-src/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-src/sys/netinet6/
H A Din6_src.c671 error = EHOSTUNREACH; in in6_selectroute()
697 error = EHOSTUNREACH; in in6_selectroute()
711 error = EHOSTUNREACH; in in6_selectroute()
718 if (error == EHOSTUNREACH) in in6_selectroute()
782 error = (rt->rt_flags & RTF_HOST ? EHOSTUNREACH : ENETUNREACH); in in6_selectif()
/netbsd-src/external/mit/libuv/dist/include/uv/
H A Derrno.h155 #if defined(EHOSTUNREACH) && !defined(_WIN32)
156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d169 inline int EHOSTUNREACH = 65; variable
170 #pragma D binding "1.0" EHOSTUNREACH
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsane_accept.c56 EHOSTUNREACH, in sane_accept()
/netbsd-src/sys/netbt/
H A Dl2cap_upper.c170 return EHOSTUNREACH; in l2cap_connect_pcb()
180 return EHOSTUNREACH; in l2cap_connect_pcb()
/netbsd-src/sys/sys/
H A Derrno.h119 #define EHOSTUNREACH 65 /* No route to host */ macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c90 case EHOSTUNREACH: in strerror_override()
H A Dw32sock.h134 errno = EHOSTUNREACH; in set_winsock_errno()
H A Derrno.in.h119 # define EHOSTUNREACH 110 macro
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c177 case EHOSTUNREACH: in uerr2isc()
/netbsd-src/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-src/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c412 #if defined (EHOSTUNREACH)
413 ENTRY(EHOSTUNREACH, "EHOSTUNREACH", "No route to host"),

1234