/external/ltp/utils/sctp/lib/ |
D | connectx.c | 101 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/ |
D | setsockopt01.c | 111 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/ |
D | 3-2.c | 80 ENOPROTOOPT, "ENOPROTOOPT", ENOPROTOOPT}, {
|
D | 4-1.c | 75 ENOPROTOOPT, "ENOPROTOOPT"}, {
|
D | 3-1-buildonly.c | 64 int dummy51 = ENOPROTOOPT;
|
/external/libcxx/include/ |
D | errno.h | 162 #ifndef ENOPROTOOPT 163 #define ENOPROTOOPT 9921 macro
|
D | __errc | 64 no_protocol_option, // ENOPROTOOPT 165 no_protocol_option = ENOPROTOOPT,
|
/external/ltp/testcases/kernel/syscalls/getsockopt/ |
D | getsockopt01.c | 121 ENOPROTOOPT, setup1, cleanup1, "invalid option name (IP)"} 125 ENOPROTOOPT, setup1, cleanup1, "invalid option name (TCP)"}
|
/external/webrtc/webrtc/base/ |
D | socket.h | 51 #undef ENOPROTOOPT 52 #define ENOPROTOOPT WSAENOPROTOOPT macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 213 #ifndef ENOPROTOOPT 214 #error ENOPROTOOPT not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 444 #undef ENOPROTOOPT /* override definition in errno.h */ 445 #define ENOPROTOOPT WSAENOPROTOOPT macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 75 #define ENOPROTOOPT 92 /* Protocol not available */ macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 96 #define ENOPROTOOPT 42 /* Protocol not available */ macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 309 #ifdef ENOPROTOOPT in errno2name() 310 CASE(ENOPROTOOPT); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 309 #ifdef ENOPROTOOPT in errno2name() 310 CASE(ENOPROTOOPT); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 309 #ifdef ENOPROTOOPT in errno2name() 310 CASE(ENOPROTOOPT); in errno2name()
|
/external/libnl/lib/ |
D | error.c | 98 case ENOPROTOOPT: return NLE_INVAL; in nl_syserr2nlerr()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 98 ENOPROTOOPT = 99 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 100 #define ENOPROTOOPT 92 /* Protocol not available */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 103 ENOPROTOOPT = 99 variable
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_sockopt.c | 141 if (error != -1 || errno != ENOPROTOOPT) in main() 195 if (error != -1 || errno != ENOPROTOOPT) in main()
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 40 case ENOPROTOOPT: // Protocol not available in ErrnoToCode()
|
/external/u-boot/lib/ |
D | errno_str.c | 106 ERRNO_MSG(ENOPROTOOPT, "Protocol not available"),
|
/external/ltp/lib/ |
D | errnos.h | 125 PAIR(ENOPROTOOPT) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 391 #ifdef ENOPROTOOPT 392 {"ENOPROTOOPT", (unsigned long)ENOPROTOOPT},
|