Home
last modified time | relevance | path

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

1234

/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/kernel-headers/original/uapi/asm-generic/
Derrno.h75 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h96 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/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/libnl/lib/
Derror.c98 case ENOPROTOOPT: return NLE_INVAL; in nl_syserr2nlerr()
/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/python/cpython2/Lib/plat-irix6/
DERRNO.py103 ENOPROTOOPT = 99 variable
/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/
Derror.cc40 case ENOPROTOOPT: // Protocol not available in ErrnoToCode()
/external/u-boot/lib/
Derrno_str.c106 ERRNO_MSG(ENOPROTOOPT, "Protocol not available"),
/external/ltp/lib/
Derrnos.h125 PAIR(ENOPROTOOPT) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c391 #ifdef ENOPROTOOPT
392 {"ENOPROTOOPT", (unsigned long)ENOPROTOOPT},

1234