Home
last modified time | relevance | path

Searched defs:EPROTONOSUPPORT (Results 1 – 7 of 7) sorted by relevance

/external/qemu/
Dqemu-os-win32.h55 # define EPROTONOSUPPORT EINVAL macro
/external/chromium/third_party/libjingle/source/talk/base/
Dsocket.h70 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/external/kernel-headers/original/asm-generic/
Derrno.h66 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
/external/kernel-headers/original/asm-mips/
Derrno.h74 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h425 # define EPROTONOSUPPORT 135 macro
/external/quake/quake/src/WinQuake/
Dnet_bw.cpp36 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java127 public static final int EPROTONOSUPPORT = placeholder(); field in OsConstants