Home
last modified time | relevance | path

Searched refs:ENOTSOCK (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h53 #ifndef ENOTSOCK
54 #define ENOTSOCK (MHDW32ERRBASE+4) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h14 #undef ENOTSOCK
15 #define ENOTSOCK WSAENOTSOCK macro
/third_party/boost/boost/
Dcerrno.hpp105 #ifndef ENOTSOCK
106 #define ENOTSOCK 9923 macro
/third_party/glib/gio/
Dgioerror.c281 #ifdef ENOTSOCK in g_io_error_from_errno()
282 case ENOTSOCK: in g_io_error_from_errno()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c95 ENOTSOCK, "ENOTSOCK", ENOTSOCK}, {
D4-1.c90 ENOTSOCK, "ENOTSOCK"}, {
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c52 case WSAENOTSOCK: return ENOTSOCK; in MHD_W32_errno_from_winsock_()
120 case ENOTSOCK: in MHD_W32_strerror_()
426 case ENOTSOCK: in MHD_W32_set_last_winsock_error_()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_socket_bind_listen.c160 if (error != -1 || err_no != ENOTSOCK) in main()
275 if (error != -1 || err_no != ENOTSOCK) in main()
Dtest_1_to_1_addrs.c195 if (error != -1 || err_no != ENOTSOCK) in main()
253 if (error != -1 || err_no != ENOTSOCK) in main()
Dtest_getname.c227 if (error != -1 || err_no != ENOTSOCK) in main()
262 if (error != -1 || err_no != ENOTSOCK) in main()
/third_party/curl/lib/
Dcurl_setup_once.h401 #undef ENOTSOCK /* override definition in errno.h */
402 #define ENOTSOCK WSAENOTSOCK macro
/third_party/libuv/include/uv/
Derrno.h293 #if defined(ENOTSOCK) && !defined(_WIN32)
294 # define UV__ENOTSOCK UV__ERR(ENOTSOCK)
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c100 &fromlen, -1, ENOTSOCK, setup0, cleanup0, "invalid socket"},
105 0, ENOTSOCK, setup1, cleanup1, "invalid socket buffer"},
/third_party/node/deps/cares/src/lib/
Dsetup_once.h462 #undef ENOTSOCK /* override definition in errno.h */
463 #define ENOTSOCK WSAENOTSOCK macro
/third_party/libnl/lib/
Derror.c99 case ENOTSOCK: return NLE_BAD_SOCK; in nl_syserr2nlerr()
/third_party/python/Modules/
Derrnomodule.c31 #undef ENOTSOCK
535 #ifdef ENOTSOCK in errno_exec()
536 add_errcode("ENOTSOCK", ENOTSOCK, "Socket operation on non-socket"); in errno_exec()
/third_party/ltp/testcases/kernel/syscalls/listen/
Dlisten01.c79 0, 0, 0, 0, -1, ENOTSOCK, setup0, cleanup0, "not a socket"}, {
/third_party/musl/arch/generic/bits/
Derrno.h88 #define ENOTSOCK 88 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h88 #define ENOTSOCK 88 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h89 #define ENOTSOCK 88 macro
/third_party/ltp/testcases/kernel/syscalls/accept/
Daccept01.c50 sizeof(fsin1), ENOTSOCK, "fd is not socket"
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind01.c37 ENOTSOCK, "invalid socket" },
/third_party/lwip/src/include/lwip/
Derrno.h139 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h87 #define ENOTSOCK 95 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h89 #define ENOTSOCK 88 macro

1234