/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt01.c | 44 ENOPROTOOPT, "invalid level"}, 46 sizeof(optval), ENOPROTOOPT, "invalid option name (UDP)"}, 48 ENOPROTOOPT, "invalid option name (IP)"}, 50 ENOPROTOOPT, "invalid option name (TCP)"}
|
D | setsockopt08.c | 136 if (TST_RET == -1 && TST_ERR == ENOPROTOOPT) in run()
|
/third_party/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()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 65 #ifndef ENOPROTOOPT 66 #define ENOPROTOOPT (MHDW32ERRBASE+8) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 22 #undef ENOPROTOOPT 23 #define ENOPROTOOPT WSAENOPROTOOPT macro
|
/third_party/boost/boost/ |
D | cerrno.hpp | 97 #ifndef ENOPROTOOPT 98 #define ENOPROTOOPT 9921 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 80 ENOPROTOOPT, "ENOPROTOOPT", ENOPROTOOPT}, {
|
D | 4-1.c | 75 ENOPROTOOPT, "ENOPROTOOPT"}, {
|
/third_party/ltp/testcases/kernel/syscalls/getsockopt/ |
D | getsockopt01.c | 121 ENOPROTOOPT, setup1, cleanup1, "invalid option name (IP)"} 125 ENOPROTOOPT, setup1, cleanup1, "invalid option name (TCP)"}
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 56 case WSAENOPROTOOPT: return ENOPROTOOPT; in MHD_W32_errno_from_winsock_() 128 case ENOPROTOOPT: in MHD_W32_strerror_() 438 case ENOPROTOOPT: in MHD_W32_set_last_winsock_error_()
|
/third_party/lwip/src/api/ |
D | sockets.c | 175 …UP(netconn_type((sock)->conn)) != netconntype) { done_socket(sock); return ENOPROTOOPT; } }while(0) 2981 return ENOPROTOOPT; in lwip_getsockopt_impl() 3000 return ENOPROTOOPT; in lwip_getsockopt_impl() 3090 err = ENOPROTOOPT; in lwip_getsockopt_impl() 3115 return ENOPROTOOPT; in lwip_getsockopt_impl() 3125 return ENOPROTOOPT; in lwip_getsockopt_impl() 3145 err = ENOPROTOOPT; in lwip_getsockopt_impl() 3191 err = ENOPROTOOPT; in lwip_getsockopt_impl() 3210 err = ENOPROTOOPT; in lwip_getsockopt_impl() 3224 return ENOPROTOOPT; in lwip_getsockopt_impl() [all …]
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 409 #undef ENOPROTOOPT /* override definition in errno.h */ 410 #define ENOPROTOOPT WSAENOPROTOOPT macro
|
/third_party/musl/src/network/ |
D | getsockopt.c | 13 if (r==-ENOPROTOOPT) switch (level) { in getsockopt()
|
D | setsockopt.c | 17 if (r==-ENOPROTOOPT) switch (level) { in setsockopt()
|
/third_party/libuv/include/uv/ |
D | errno.h | 383 #if defined(ENOPROTOOPT) && !defined(_WIN32) 384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 470 #undef ENOPROTOOPT /* override definition in errno.h */ 471 #define ENOPROTOOPT WSAENOPROTOOPT macro
|
/third_party/libnl/lib/ |
D | error.c | 100 case ENOPROTOOPT: return NLE_INVAL; in nl_syserr2nlerr()
|
/third_party/nghttp2/src/ |
D | shrpx_accept_handler.cc | 77 case ENOPROTOOPT: in accept_connection()
|
/third_party/python/Modules/ |
D | errnomodule.c | 29 #undef ENOPROTOOPT 250 #ifdef ENOPROTOOPT in errno_exec() 251 add_errcode("ENOPROTOOPT", ENOPROTOOPT, "Protocol not available"); in errno_exec()
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 92 #define ENOPROTOOPT 92 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 92 #define ENOPROTOOPT 92 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 93 #define ENOPROTOOPT 92 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 143 #define ENOPROTOOPT 92 /* Protocol not available */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 91 #define ENOPROTOOPT 99 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 93 #define ENOPROTOOPT 92 macro
|