Searched refs:ESOCKTNOSUPPORT (Results 1 - 25 of 27) sorted by relevance

12

/external/libmicrohttpd/src/include/
H A Dw32functions.h137 #ifndef ESOCKTNOSUPPORT
138 #define ESOCKTNOSUPPORT (MHDW32ERRBASE+32) macro
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/external/ltp/testcases/kernel/syscalls/socket/
H A Dsocket01.c96 tdat[i].experrno = ESOCKTNOSUPPORT;
/external/webrtc/webrtc/base/
H A Dsocket.h55 #undef ESOCKTNOSUPPORT macro
56 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/external/ltp/testcases/kernel/syscalls/socketpair/
H A Dsocketpair01.c100 tdat[i].experrno = ESOCKTNOSUPPORT;
/external/python/cpython2/Lib/plat-irix5/
H A DERRNO.py100 ESOCKTNOSUPPORT = 121 variable
/external/syslinux/com32/include/
H A Derrno.h101 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/external/libmicrohttpd/src/platform/
H A Dw32functions.c58 case WSAESOCKTNOSUPPORT: return ESOCKTNOSUPPORT;
132 case ESOCKTNOSUPPORT:
444 case ESOCKTNOSUPPORT:
/external/python/cpython2/Lib/plat-irix6/
H A DERRNO.py105 ESOCKTNOSUPPORT = 121 variable
/external/syslinux/core/lwip/src/include/lwip/
H A Darch.h174 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/external/tensorflow/tensorflow/core/platform/posix/
H A Derror.cc115 case ESOCKTNOSUPPORT: // Socket type not supported
/external/strace/tests/
H A Derrno2name.c432 #ifdef ESOCKTNOSUPPORT
433 CASE(ESOCKTNOSUPPORT);
/external/strace/tests-m32/
H A Derrno2name.c432 #ifdef ESOCKTNOSUPPORT
433 CASE(ESOCKTNOSUPPORT);
/external/strace/tests-mx32/
H A Derrno2name.c432 #ifdef ESOCKTNOSUPPORT
433 CASE(ESOCKTNOSUPPORT);
/external/ltp/lib/
H A Derrnos.h127 PAIR(ESOCKTNOSUPPORT)
/external/minijail/linux-x86/
H A Dlibconstants.gen.c482 #ifdef ESOCKTNOSUPPORT
483 { "ESOCKTNOSUPPORT", (unsigned long) ESOCKTNOSUPPORT },
484 #endif // ESOCKTNOSUPPORT
/external/curl/lib/
H A Dcurl_setup_once.h467 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/external/libbrillo/brillo/errors/
H A Derror_codes.cc138 ERROR_ENTRY(ESOCKTNOSUPPORT), // Socket type not supported
/external/python/cpython2/Modules/
H A Derrnomodule.c563 #ifdef ESOCKTNOSUPPORT
564 inscode(d, ds, de, "ESOCKTNOSUPPORT", ESOCKTNOSUPPORT, "Socket type not supported");
567 inscode(d, ds, de, "ESOCKTNOSUPPORT", WSAESOCKTNOSUPPORT, "Socket type not supported");
/external/python/cpython3/Modules/
H A Derrnomodule.c606 #ifdef ESOCKTNOSUPPORT
607 inscode(d, ds, de, "ESOCKTNOSUPPORT", ESOCKTNOSUPPORT, "Socket type not supported");
610 inscode(d, ds, de, "ESOCKTNOSUPPORT", WSAESOCKTNOSUPPORT, "Socket type not supported");
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc319 const int ErrCode = ESOCKTNOSUPPORT;
/external/python/cpython2/Lib/plat-mac/
H A Dmacerrors.py1830 ESOCKTNOSUPPORT = 44 #Socket type not supported variable
/external/valgrind/include/vki/
H A Dvki-darwin.h585 #define VKI_ESOCKTNOSUPPORT ESOCKTNOSUPPORT
/external/python/cpython2/Lib/plat-sunos5/
H A DSTROPTS.py1045 ESOCKTNOSUPPORT = 121 variable

Completed in 919 milliseconds

12