Searched defs:ENETUNREACH (Results 1 - 7 of 7) sorted by relevance

/external/qemu/slirp/
H A Dslirp.h42 # define ENETUNREACH WSAENETUNREACH macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h85 #undef ENETUNREACH macro
86 #define ENETUNREACH WSAENETUNREACH macro
/external/qemu/
H A Dsockets.h74 # ifndef ENETUNREACH
75 # define ENETUNREACH 10051 macro
/external/kernel-headers/original/asm-generic/
H A Derrno.h74 #define ENETUNREACH 101 /* Network is unreachable */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h82 #define ENETUNREACH 128 /* Network is unreachable */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h159 network_unreachable, // ENETUNREACH
340 # ifndef ENETUNREACH
341 # define ENETUNREACH 118 macro
527 network_unreachable = ENETUNREACH,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java99 public static final int ENETUNREACH = placeholder(); field in class:OsConstants
593 if (errno == ENETUNREACH) {
594 return "ENETUNREACH";

Completed in 566 milliseconds