/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A 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)"}
|
H A D | setsockopt08.c | 138 if (TST_RET == -1 && TST_ERR == ENOPROTOOPT) in run()
|
/third_party/ltp/utils/sctp/lib/ |
H A D | connectx.c | 101 if (status < 0 && errno != ENOPROTOOPT) in __connectx() 105 * really provide it, so we can return ENOPROTOOPT. in __connectx() 108 errno = ENOPROTOOPT; in __connectx() 156 if (errno != ENOPROTOOPT) { in sctp_connectx3() 174 errno = ENOPROTOOPT; in sctp_connectx3()
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 197 ENOPROTOOPT => "Protocol not available", 1214 ENOPROTOOPT = libc::ENOPROTOOPT, 1359 libc::ENOPROTOOPT => ENOPROTOOPT, 1456 ENOPROTOOPT = libc::ENOPROTOOPT, 1574 libc::ENOPROTOOPT => ENOPROTOOPT, 1692 ENOPROTOOPT [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 65 #ifndef ENOPROTOOPT 66 #define ENOPROTOOPT (MHDW32ERRBASE+8) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 80 ENOPROTOOPT, "ENOPROTOOPT", ENOPROTOOPT}, {
|
H A D | 4-1.c | 75 ENOPROTOOPT, "ENOPROTOOPT"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 22 #undef ENOPROTOOPT macro 23 #define ENOPROTOOPT WSAENOPROTOOPT macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A 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/ltp/testcases/kernel/syscalls/getsockopt/ |
H A D | getsockopt01.c | 121 ENOPROTOOPT, setup1, cleanup1, "invalid option name (IP)"} 125 ENOPROTOOPT, setup1, cleanup1, "invalid option name (TCP)"}
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 179 if (NETCONNTYPE_GROUP(netconn_type((sock)->conn)) != netconntype) { done_socket(sock); return ENOPROTOOPT; } }while(0) 2985 return ENOPROTOOPT; 3004 return ENOPROTOOPT; 3094 err = ENOPROTOOPT; 3119 return ENOPROTOOPT; 3129 return ENOPROTOOPT; 3149 err = ENOPROTOOPT; 3195 err = ENOPROTOOPT; 3214 err = ENOPROTOOPT; 3228 return ENOPROTOOPT; [all...] |
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 343 #undef ENOPROTOOPT /* override definition in errno.h */ macro 344 #define ENOPROTOOPT WSAENOPROTOOPT macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 383 #if defined(ENOPROTOOPT) && !defined(_WIN32) 384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 383 #if defined(ENOPROTOOPT) && !defined(_WIN32) 384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
|
/third_party/musl/src/network/ |
H A D | getsockopt.c | 13 if (r==-ENOPROTOOPT) switch (level) { in getsockopt()
|
H A D | setsockopt.c | 17 if (r==-ENOPROTOOPT) switch (level) { in setsockopt()
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 29 #undef ENOPROTOOPT macro 250 #ifdef ENOPROTOOPT in errno_exec() 251 add_errcode("ENOPROTOOPT", ENOPROTOOPT, "Protocol not available"); in errno_exec() 254 add_errcode("ENOPROTOOPT", WSAENOPROTOOPT, "Protocol not available"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 93 #define ENOPROTOOPT 92 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 93 #define ENOPROTOOPT 92 macro
|
/third_party/nghttp2/src/ |
H A D | shrpx_accept_handler.cc | 77 case ENOPROTOOPT: in accept_connection()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 93 #define ENOPROTOOPT 92 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 92 #define ENOPROTOOPT 92 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 93 #define ENOPROTOOPT 92 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 143 #define ENOPROTOOPT 92 /* Protocol not available */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 92 #define ENOPROTOOPT 92 macro
|