Home
last modified time | relevance | path

Searched refs:ENOPROTOOPT (Results 1 – 25 of 75) sorted by relevance

123

/external/ltp/utils/sctp/lib/
Dconnectx.c101 if (status < 0 && errno != ENOPROTOOPT) in __connectx()
108 errno = ENOPROTOOPT; in __connectx()
156 if (errno != ENOPROTOOPT) { in sctp_connectx3()
174 errno = ENOPROTOOPT; in sctp_connectx3()
/external/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt01.c111 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
116 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
121 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
126 sizeof(fsin1), -1, ENOPROTOOPT, setup1, cleanup1,
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c80 ENOPROTOOPT, "ENOPROTOOPT", ENOPROTOOPT}, {
D4-1.c75 ENOPROTOOPT, "ENOPROTOOPT"}, {
D3-1-buildonly.c64 int dummy51 = ENOPROTOOPT;
/external/libcxx/include/
Derrno.h162 #ifndef ENOPROTOOPT
163 #define ENOPROTOOPT 9921 macro
D__errc64 no_protocol_option, // ENOPROTOOPT
165 no_protocol_option = ENOPROTOOPT,
/external/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt01.c121 ENOPROTOOPT, setup1, cleanup1, "invalid option name (IP)"}
125 ENOPROTOOPT, setup1, cleanup1, "invalid option name (TCP)"}
/external/webrtc/webrtc/base/
Dsocket.h51 #undef ENOPROTOOPT
52 #define ENOPROTOOPT WSAENOPROTOOPT macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp213 #ifndef ENOPROTOOPT
214 #error ENOPROTOOPT not defined
/external/curl/lib/
Dcurl_setup_once.h444 #undef ENOPROTOOPT /* override definition in errno.h */
445 #define ENOPROTOOPT WSAENOPROTOOPT macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h361 # ifndef ENOPROTOOPT
362 # define ENOPROTOOPT 123 macro
553 no_protocol_option = ENOPROTOOPT,
/external/strace/tests-mx32/
Derrno2name.c309 #ifdef ENOPROTOOPT in errno2name()
310 CASE(ENOPROTOOPT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c309 #ifdef ENOPROTOOPT in errno2name()
310 CASE(ENOPROTOOPT); in errno2name()
/external/strace/tests/
Derrno2name.c309 #ifdef ENOPROTOOPT in errno2name()
310 CASE(ENOPROTOOPT); in errno2name()
/external/syzkaller/executor/
Dcommon_linux.h1042 case ENOPROTOOPT: in checkpoint_iptables()
1056 case ENOPROTOOPT: in checkpoint_iptables()
1099 case ENOPROTOOPT: in reset_iptables()
1144 case ENOPROTOOPT: in checkpoint_arptables()
1158 case ENOPROTOOPT: in checkpoint_arptables()
1200 case ENOPROTOOPT: in reset_arptables()
1262 case ENOPROTOOPT: in checkpoint_ebtables()
1275 case ENOPROTOOPT: in checkpoint_ebtables()
1307 case ENOPROTOOPT: in reset_ebtables()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h75 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/external/libnl/lib/
Derror.c98 case ENOPROTOOPT: return NLE_INVAL; in nl_syserr2nlerr()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h74 #define ENOPROTOOPT 99 /* Protocol not available */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py98 ENOPROTOOPT = 99 variable
/external/u-boot/include/linux/
Derrno.h100 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_sockopt.c141 if (error != -1 || errno != ENOPROTOOPT) in main()
195 if (error != -1 || errno != ENOPROTOOPT) in main()
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc39 case ENOPROTOOPT: // Protocol not available in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py103 ENOPROTOOPT = 99 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c383 #ifdef ENOPROTOOPT
384 { "ENOPROTOOPT", (unsigned long) ENOPROTOOPT },

123