Searched refs:EPROTOTYPE (Results 1 – 15 of 15) sorted by relevance
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 301 #ifndef EPROTOTYPE 302 #error EPROTOTYPE not defined
|
/external/libxml2/include/ |
D | wsockcompat.h | 50 #define EPROTOTYPE WSAEPROTOTYPE macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 64 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 56 case EPROTOTYPE: in strerror_override()
|
D | errno.in.h | 103 # define EPROTOTYPE 136 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 72 #define EPROTOTYPE 98 /* Protocol wrong type for socket */ macro
|
/external/tcpdump/win32/Include/ |
D | errno.h | 96 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
|
/external/libcxx/include/ |
D | cerrno | 235 #ifndef EPROTOTYPE 236 #define EPROTOTYPE 9941
|
D | system_error | 196 wrong_protocol_type // EPROTOTYPE 344 wrong_protocol_type = EPROTOTYPE
|
D | module.modulemap | 53 ECONNABORTED, EINVAL, ENODATA, ENOTDIR, EPROTOTYPE
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 103 static_assert(static_cast<int>(std::errc::wrong_protocol_type) == EPROTOTYPE, ""); in main()
|
/external/dnsmasq/src/ |
D | log.c | 238 if (errno == EPROTOTYPE) in log_write()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 569 #define VKI_EPROTOTYPE EPROTOTYPE
|
/external/libxml2/doc/html/ |
D | index.sgml | 36 <ANCHOR id="EPROTOTYPE-CAPS" href="libxml/libxml-wsockcompat.html#EPROTOTYPE-CAPS">
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 989 …NOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:106,EPROTOTYPE:107,ENOTSOCK:108… property
|