/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 361 # ifndef ENOPROTOOPT 362 # define ENOPROTOOPT 123 macro 553 no_protocol_option = ENOPROTOOPT,
|
/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/syzkaller/executor/ |
D | common_linux.h | 1042 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/ |
D | errno.h | 75 #define ENOPROTOOPT 92 /* Protocol not available */ macro
|
/external/libnl/lib/ |
D | error.c | 98 case ENOPROTOOPT: return NLE_INVAL; in nl_syserr2nlerr()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 74 #define ENOPROTOOPT 99 /* Protocol not available */ macro
|
/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/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/posix/ |
D | error.cc | 39 case ENOPROTOOPT: // Protocol not available in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 103 ENOPROTOOPT = 99 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 383 #ifdef ENOPROTOOPT 384 { "ENOPROTOOPT", (unsigned long) ENOPROTOOPT },
|