Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h60 # define ENETDOWN 10050 macro
Dstrerror.c97 case ENETDOWN: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp163 #ifndef ENETDOWN
164 #error ENETDOWN not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno131 #ifndef ENETDOWN
132 #define ENETDOWN 9914
Dsystem_error152 network_down, // ENETDOWN
284 network_down = ENETDOWN,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp51 static_assert(static_cast<int>(std::errc::network_down) == ENETDOWN, ""); in main()