Home
last modified time | relevance | path

Searched refs:ENETUNREACH (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h61 # define ENETUNREACH 10051 macro
Dstrerror.c100 case ENETUNREACH: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp171 #ifndef ENETUNREACH
172 #error ENETUNREACH not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno139 #ifndef ENETUNREACH
140 #define ENETUNREACH 9916
Dsystem_error154 network_unreachable, // ENETUNREACH
286 network_unreachable = ENETUNREACH,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp53 static_assert(static_cast<int>(std::errc::network_unreachable) == ENETUNREACH, ""); in main()