Home
last modified time | relevance | path

Searched refs:EPROTOTYPE (Results 1 – 25 of 39) sorted by relevance

12

/external/libmicrohttpd/src/include/
Dw32functions.h62 #ifndef EPROTOTYPE
63 #define EPROTOTYPE (MHDW32ERRBASE+7) macro
/external/webrtc/webrtc/base/
Dsocket.h49 #undef EPROTOTYPE
50 #define EPROTOTYPE WSAEPROTOTYPE macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp301 #ifndef EPROTOTYPE
302 #error EPROTOTYPE not defined
/external/libmicrohttpd/src/platform/
Dw32functions.c55 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/
Dwsockcompat.h50 #define EPROTOTYPE WSAEPROTOTYPE macro
/external/c-ares/
Dsetup_once.h405 #undef EPROTOTYPE /* override definition in errno.h */
406 #define EPROTOTYPE WSAEPROTOTYPE macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h73 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/external/bison/lib/
Dstrerror-override.c56 case EPROTOTYPE: in strerror_override()
Derrno.in.h103 # define EPROTOTYPE 136 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h72 #define EPROTOTYPE 98 /* Protocol wrong type for socket */ macro
/external/curl/lib/
Dcurl_setup_once.h475 #undef EPROTOTYPE /* override definition in errno.h */
476 #define EPROTOTYPE WSAEPROTOTYPE macro
/external/libcxx/include/
Dcerrno235 #ifndef EPROTOTYPE
236 #define EPROTOTYPE 9941
Dsystem_error196 wrong_protocol_type // EPROTOTYPE
344 wrong_protocol_type = EPROTOTYPE
Dmodule.modulemap53 ECONNABORTED, EINVAL, ENODATA, ENOTDIR, EPROTOTYPE
/external/libbrillo/brillo/errors/
Derror_codes.cc135 ERROR_ENTRY(EPROTOTYPE), // Protocol wrong type for socket
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp103 static_assert(static_cast<int>(std::errc::wrong_protocol_type) == EPROTOTYPE, ""); in main()
/external/dnsmasq/src/
Dlog.c238 if (errno == EPROTOTYPE) in log_write()
/external/valgrind/include/vki/
Dvki-darwin.h582 #define VKI_EPROTOTYPE EPROTOTYPE
/external/libxml2/doc/html/
Dindex.sgml36 <ANCHOR id="EPROTOTYPE-CAPS" href="libxml/libxml-wsockcompat.html#EPROTOTYPE-CAPS">
/external/v8/test/mjsunit/wasm/embenchen/
Dcopy.js1429 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
Dprimes.js1443 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
Dcorrections.js1429 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
/external/v8/test/mjsunit/asm/embenchen/
Dcorrections.js1426 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
Dcopy.js1426 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property
Dprimes.js1440 …PNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:97,EPROTOTYPE:91,ENOTSOCK:88,E… property

12