Searched defs:EAFNOSUPPORT (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h77 #undef EAFNOSUPPORT macro
78 #define EAFNOSUPPORT WSAEAFNOSUPPORT macro
/external/qemu/
H A Dsockets.h62 # ifndef EAFNOSUPPORT
63 # define EAFNOSUPPORT 10047 macro
/external/kernel-headers/original/asm-generic/
H A Derrno.h70 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h78 #define EAFNOSUPPORT 124 /* Address family not supported by protocol */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h124 address_family_not_supported, // EAFNOSUPPORT
235 # ifndef EAFNOSUPPORT
236 # define EAFNOSUPPORT 102 macro
488 address_family_not_supported = EAFNOSUPPORT,
/external/netperf/
H A Dnetlib.h298 #define EAFNOSUPPORT WSAEAFNOSUPPORT macro
/external/quake/quake/src/WinQuake/
H A Dnet_bw.cpp39 #define EAFNOSUPPORT 47 /* Address family not supported */ macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java53 public static final int EAFNOSUPPORT = placeholder(); field in class:OsConstants
488 if (errno == EAFNOSUPPORT) {
489 return "EAFNOSUPPORT";

Completed in 250 milliseconds