Searched refs:EPROTOTYPE (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno.h64 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h72 #define EPROTOTYPE 98 /* Protocol wrong type for socket */ macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h65 #undef EPROTOTYPE macro
66 #define EPROTOTYPE WSAEPROTOTYPE macro
/external/qemu/
H A Dsockets.h56 # ifndef EPROTOTYPE
57 # define EPROTOTYPE 10041 macro
H A Dsockets.c89 EE(WSAEPROTOTYPE,EPROTOTYPE,"wrong protocol type for socket") \
/external/llvm/include/llvm/Support/
H A Dsystem_error.h201 wrong_protocol_type // EPROTOTYPE
466 # ifndef EPROTOTYPE
467 # define EPROTOTYPE 136 macro
605 wrong_protocol_type = EPROTOTYPE
/external/dnsmasq/src/
H A Dlog.c238 if (errno == EPROTOTYPE)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java128 public static final int EPROTOTYPE = placeholder(); field in class:OsConstants
680 if (errno == EPROTOTYPE) {
681 return "EPROTOTYPE";
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h643 #define EPROTOTYPE WSAEPROTOTYPE
/external/valgrind/main/include/vki/
H A Dvki-darwin.h563 #define VKI_EPROTOTYPE EPROTOTYPE

Completed in 208 milliseconds