Home
last modified time | relevance | path

Searched refs:ENOPROTOOPT (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt01.c44 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 Dsetsockopt08.c138 if (TST_RET == -1 && TST_ERR == ENOPROTOOPT) in run()
/third_party/ltp/utils/sctp/lib/
H A Dconnectx.c101 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 Derrno.rs197 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 Dw32functions.h65 #ifndef ENOPROTOOPT
66 #define ENOPROTOOPT (MHDW32ERRBASE+8) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c80 ENOPROTOOPT, "ENOPROTOOPT", ENOPROTOOPT}, {
H A D4-1.c75 ENOPROTOOPT, "ENOPROTOOPT"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h22 #undef ENOPROTOOPT macro
23 #define ENOPROTOOPT WSAENOPROTOOPT macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c56 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 Dgetsockopt01.c121 ENOPROTOOPT, setup1, cleanup1, "invalid option name (IP)"}
125 ENOPROTOOPT, setup1, cleanup1, "invalid option name (TCP)"}
/third_party/lwip/src/api/
H A Dsockets.c179 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 Dcurl_setup_once.h343 #undef ENOPROTOOPT /* override definition in errno.h */ macro
344 #define ENOPROTOOPT WSAENOPROTOOPT macro
/third_party/libuv/include/uv/
H A Derrno.h383 #if defined(ENOPROTOOPT) && !defined(_WIN32)
384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
/third_party/node/deps/uv/include/uv/
H A Derrno.h383 #if defined(ENOPROTOOPT) && !defined(_WIN32)
384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
/third_party/musl/src/network/
H A Dgetsockopt.c13 if (r==-ENOPROTOOPT) switch (level) { in getsockopt()
H A Dsetsockopt.c17 if (r==-ENOPROTOOPT) switch (level) { in setsockopt()
/third_party/python/Modules/
H A Derrnomodule.c29 #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 Derrno.h93 #define ENOPROTOOPT 92 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h93 #define ENOPROTOOPT 92 macro
/third_party/nghttp2/src/
H A Dshrpx_accept_handler.cc77 case ENOPROTOOPT: in accept_connection()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h93 #define ENOPROTOOPT 92 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h92 #define ENOPROTOOPT 92 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h93 #define ENOPROTOOPT 92 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h143 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h92 #define ENOPROTOOPT 92 macro

Completed in 16 milliseconds

12345