/external/libmicrohttpd/src/include/ |
D | w32functions.h | 62 #ifndef EPROTOTYPE 63 #define EPROTOTYPE (MHDW32ERRBASE+7) macro
|
/external/webrtc/webrtc/base/ |
D | socket.h | 49 #undef EPROTOTYPE 50 #define EPROTOTYPE WSAEPROTOTYPE macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 301 #ifndef EPROTOTYPE 302 #error EPROTOTYPE not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 55 case WSAEPROTOTYPE: return EPROTOTYPE; in MHD_W32_errno_from_winsock_() 126 case EPROTOTYPE: in MHD_W32_strerror_() 435 case EPROTOTYPE: in MHD_W32_set_last_winsock_error_()
|
/external/libxml2/include/ |
D | wsockcompat.h | 50 #define EPROTOTYPE WSAEPROTOTYPE macro
|
/external/c-ares/ |
D | setup_once.h | 405 #undef EPROTOTYPE /* override definition in errno.h */ 406 #define EPROTOTYPE WSAEPROTOTYPE macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 73 #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/curl/lib/ |
D | curl_setup_once.h | 475 #undef EPROTOTYPE /* override definition in errno.h */ 476 #define EPROTOTYPE WSAEPROTOTYPE 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/libbrillo/brillo/errors/ |
D | error_codes.cc | 135 ERROR_ENTRY(EPROTOTYPE), // Protocol wrong type for socket
|
/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 | 582 #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/test/mjsunit/wasm/embenchen/ |
D | copy.js | 1429 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
|
D | primes.js | 1443 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
|
D | corrections.js | 1429 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | corrections.js | 1426 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
|
D | copy.js | 1426 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
|
D | primes.js | 1440 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
|