Home
last modified time | relevance | path

Searched refs:ESOCKTNOSUPPORT (Results 1 – 25 of 55) sorted by relevance

123

/external/webrtc/webrtc/base/
Dsocket.h55 #undef ESOCKTNOSUPPORT
56 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/external/strace/tests-mx32/
Derrno2name.c432 #ifdef ESOCKTNOSUPPORT in errno2name()
433 CASE(ESOCKTNOSUPPORT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c432 #ifdef ESOCKTNOSUPPORT in errno2name()
433 CASE(ESOCKTNOSUPPORT); in errno2name()
/external/strace/tests/
Derrno2name.c432 #ifdef ESOCKTNOSUPPORT in errno2name()
433 CASE(ESOCKTNOSUPPORT); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/external/ltp/testcases/kernel/syscalls/socket/
Dsocket01.c96 tdat[i].experrno = ESOCKTNOSUPPORT; in setup()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/external/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair01.c100 tdat[i].experrno = ESOCKTNOSUPPORT; in setup()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py100 ESOCKTNOSUPPORT = 121 variable
/external/u-boot/include/linux/
Derrno.h102 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc115 case ESOCKTNOSUPPORT: // Socket type not supported in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py105 ESOCKTNOSUPPORT = 121 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c482 #ifdef ESOCKTNOSUPPORT
483 { "ESOCKTNOSUPPORT", (unsigned long) ESOCKTNOSUPPORT },
/external/u-boot/lib/
Derrno_str.c108 ERRNO_MSG(ESOCKTNOSUPPORT, "Socket type not supported"),
/external/ltp/lib/
Derrnos.h127 PAIR(ESOCKTNOSUPPORT) in tst_strerrno()
Dsafe_net.c117 case ESOCKTNOSUPPORT: in safe_socket()
/external/libbrillo/brillo/errors/
Derror_codes.cc138 ERROR_ENTRY(ESOCKTNOSUPPORT), // Socket type not supported
/external/curl/lib/
Dcurl_setup_once.h448 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/external/python/cpython2/Modules/
Derrnomodule.c563 #ifdef ESOCKTNOSUPPORT in initerrno()
564 inscode(d, ds, de, "ESOCKTNOSUPPORT", ESOCKTNOSUPPORT, "Socket type not supported"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c606 #ifdef ESOCKTNOSUPPORT in PyInit_errno()
607 inscode(d, ds, de, "ESOCKTNOSUPPORT", ESOCKTNOSUPPORT, "Socket type not supported"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst493 .. data:: ESOCKTNOSUPPORT
/external/python/cpython3/Doc/library/
Derrno.rst496 .. data:: ESOCKTNOSUPPORT
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc319 const int ErrCode = ESOCKTNOSUPPORT; in HandleEvent()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1256 ESOCKTNOSUPPORT = syscall.Errno(0x79) const
Dzerrors_dragonfly_amd64.go1383 ESOCKTNOSUPPORT = syscall.Errno(0x2c) const

123