/external/libmicrohttpd/src/include/ |
D | w32functions.h | 83 #ifndef ENETDOWN 84 #define ENETDOWN (MHDW32ERRBASE+14) macro
|
/external/webrtc/webrtc/base/ |
D | socket.h | 67 #undef ENETDOWN 68 #define ENETDOWN WSAENETDOWN macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 163 #ifndef ENETDOWN 164 #error ENETDOWN not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 64 case WSAENETDOWN: return ENETDOWN; in MHD_W32_errno_from_winsock_() 144 case ENETDOWN: in MHD_W32_strerror_() 462 case ENETDOWN: in MHD_W32_set_last_winsock_error_()
|
/external/c-ares/ |
D | setup_once.h | 421 #undef ENETDOWN /* override definition in errno.h */ 422 #define ENETDOWN WSAENETDOWN macro
|
/external/libxml2/include/ |
D | wsockcompat.h | 59 #define ENETDOWN WSAENETDOWN macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 82 #define ENETDOWN 100 /* Network is down */ macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 491 #undef ENETDOWN /* override definition in errno.h */ 492 #define ENETDOWN WSAENETDOWN macro
|
/external/bison/lib/ |
D | strerror-override.c | 70 case ENETDOWN: in strerror_override()
|
D | errno.in.h | 110 # define ENETDOWN 116 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 81 #define ENETDOWN 127 /* Network is down */ macro
|
/external/libcxx/include/ |
D | cerrno | 131 #ifndef ENETDOWN 132 #define ENETDOWN 9914
|
D | system_error | 152 network_down, // ENETDOWN 284 network_down = ENETDOWN,
|
D | module.modulemap | 48 EBADF, EHOSTUNREACH, ENETDOWN, ENOSPC, EOWNERDEAD, EXDEV,
|
/external/opencv3/3rdparty/openexr/Iex/ |
D | IexThrowErrnoExc.cpp | 553 #if defined (ENETDOWN) in throwErrnoExc() 554 case ENETDOWN: in throwErrnoExc()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 88 network_down = ASIO_SOCKET_ERROR(ENETDOWN),
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 144 ERROR_ENTRY(ENETDOWN), // Network is down
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 51 static_assert(static_cast<int>(std::errc::network_down) == ENETDOWN, ""); in main()
|
/external/libpcap/ |
D | pcap-bpf.c | 733 case ENETDOWN: in pcap_can_set_rfmon_bpf() 1439 } else if (errno == ENETDOWN) { in check_setif_failure()
|
D | pcap-linux.c | 1650 case ENETDOWN: 4416 if (errno == ENETDOWN) { 5065 if (errno == ENETDOWN) { 5089 if (err == ENETDOWN) {
|
D | CHANGES | 249 If an ENXIO or ENETDOWN is received, it may mean the device has 310 On Linux, ignore ENETDOWN so we can continue to capture packets if the
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 591 #define VKI_ENETDOWN ENETDOWN
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 213 …if (errno == EHOSTDOWN || errno == ENETDOWN || errno == EHOSTUNREACH || errno == ENETUNREACH) retu… in mDNSPlatformSendUDP()
|
/external/libxml2/doc/html/ |
D | index.sgml | 45 <ANCHOR id="ENETDOWN-CAPS" href="libxml/libxml-wsockcompat.html#ENETDOWN-CAPS">
|
/external/dhcpcd-6.8.2/ |
D | dhcp.c | 1757 case ENETDOWN: in send_message()
|