Home
last modified time | relevance | path

Searched defs:ENETUNREACH (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d229 enum ENETUNREACH = 118; in version() local
359 enum ENETUNREACH = 101; /// in version() local
462 enum ENETUNREACH = 101; /// in version() local
573 enum ENETUNREACH = 229; /// in version() local
670 enum ENETUNREACH = 128; /// in version() local
776 enum ENETUNREACH = 101; /// in version() local
878 enum ENETUNREACH = 101; /// in version() local
931 enum ENETUNREACH = 51; /// in version() local
1086 enum ENETUNREACH = 101; /// in version() local
1176 enum ENETUNREACH = 51; /// Network is unreachable in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h142 #define ENETUNREACH 9916 macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h111 # define ENETUNREACH 118 macro
/netbsd-src/sys/sys/
H A Derrno.h102 #define ENETUNREACH 51 /* Network is unreachable */ macro
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d141 inline int ENETUNREACH = 51; variable