Home
last modified time | relevance | path

Searched refs:ENOPROTOOPT (Results 1 – 25 of 64) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/setsockopt/
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)"}
Dsetsockopt08.c136 if (TST_RET == -1 && TST_ERR == ENOPROTOOPT) in run()
/third_party/ltp/utils/sctp/lib/
Dconnectx.c101 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/
Dw32functions.h65 #ifndef ENOPROTOOPT
66 #define ENOPROTOOPT (MHDW32ERRBASE+8) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h22 #undef ENOPROTOOPT
23 #define ENOPROTOOPT WSAENOPROTOOPT macro
/third_party/boost/boost/
Dcerrno.hpp97 #ifndef ENOPROTOOPT
98 #define ENOPROTOOPT 9921 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c80 ENOPROTOOPT, "ENOPROTOOPT", ENOPROTOOPT}, {
D4-1.c75 ENOPROTOOPT, "ENOPROTOOPT"}, {
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt01.c121 ENOPROTOOPT, setup1, cleanup1, "invalid option name (IP)"}
125 ENOPROTOOPT, setup1, cleanup1, "invalid option name (TCP)"}
/third_party/skia/third_party/externals/microhttpd/src/platform/
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/lwip/src/api/
Dsockets.c175 …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/
Dcurl_setup_once.h409 #undef ENOPROTOOPT /* override definition in errno.h */
410 #define ENOPROTOOPT WSAENOPROTOOPT macro
/third_party/musl/src/network/
Dgetsockopt.c13 if (r==-ENOPROTOOPT) switch (level) { in getsockopt()
Dsetsockopt.c17 if (r==-ENOPROTOOPT) switch (level) { in setsockopt()
/third_party/libuv/include/uv/
Derrno.h383 #if defined(ENOPROTOOPT) && !defined(_WIN32)
384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h470 #undef ENOPROTOOPT /* override definition in errno.h */
471 #define ENOPROTOOPT WSAENOPROTOOPT macro
/third_party/libnl/lib/
Derror.c100 case ENOPROTOOPT: return NLE_INVAL; in nl_syserr2nlerr()
/third_party/nghttp2/src/
Dshrpx_accept_handler.cc77 case ENOPROTOOPT: in accept_connection()
/third_party/python/Modules/
Derrnomodule.c29 #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/
Derrno.h92 #define ENOPROTOOPT 92 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h92 #define ENOPROTOOPT 92 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h93 #define ENOPROTOOPT 92 macro
/third_party/lwip/src/include/lwip/
Derrno.h143 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h91 #define ENOPROTOOPT 99 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h93 #define ENOPROTOOPT 92 macro

123