Home
last modified time | relevance | path

Searched refs:ENOTSOCK (Results 1 - 25 of 136) sorted by relevance

123456

/third_party/rust/crates/nix/src/
H A Derrno.rs193 ENOTSOCK => "Socket operation on non-socket",
1210 ENOTSOCK = libc::ENOTSOCK,
1355 libc::ENOTSOCK => ENOTSOCK,
1452 ENOTSOCK = libc::ENOTSOCK,
1570 libc::ENOTSOCK => ENOTSOCK,
1688 ENOTSOCK
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h53 #ifndef ENOTSOCK
54 #define ENOTSOCK (MHDW32ERRBASE+4) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c95 ENOTSOCK, "ENOTSOCK", ENOTSOCK}, {
H A D4-1.c90 ENOTSOCK, "ENOTSOCK"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h14 #undef ENOTSOCK macro
15 #define ENOTSOCK WSAENOTSOCK macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A 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/curl/lib/
H A Dcurl_setup_once.h335 #undef ENOTSOCK /* override definition in errno.h */ macro
336 #define ENOTSOCK WSAENOTSOCK macro
/third_party/libuv/include/uv/
H A Derrno.h293 #if defined(ENOTSOCK) && !defined(_WIN32)
294 # define UV__ENOTSOCK UV__ERR(ENOTSOCK)
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_addrs.c184 /*sctp_getladdrs() TEST2: Invalid socket, ENOTSOCK Expected error*/ in main()
195 if (error != -1 || err_no != ENOTSOCK) in main()
199 tst_resm(TPASS, "sctp_getladdrs() with invalid socket - ENOTSOCK"); in main()
242 /*sctp_getpaddrs() TEST7: Invalid socket, ENOTSOCK Expected error*/ in main()
253 if (error != -1 || err_no != ENOTSOCK) in main()
257 tst_resm(TPASS, "sctp_getpaddrs() with invalid socket - ENOTSOCK"); in main()
H A Dtest_1_to_1_socket_bind_listen.c149 /*bind() TEST6: Invalid socket descriptor, ENOTSOCK Expect Error*/ in main()
160 if (error != -1 || err_no != ENOTSOCK) in main()
164 tst_resm(TPASS, "bind() with invalid socket descriptor - ENOTSOCK"); in main()
264 /*listen() TEST14: Invalid socket ENOTSOCK, Expected error*/ in main()
275 if (error != -1 || err_no != ENOTSOCK) in main()
279 tst_resm(TPASS, "listen() with invalid socket - ENOTSOCK"); in main()
/third_party/node/deps/uv/include/uv/
H A Derrno.h293 #if defined(ENOTSOCK) && !defined(_WIN32)
294 # define UV__ENOTSOCK UV__ERR(ENOTSOCK)
/third_party/python/Modules/
H A Derrnomodule.c31 #undef ENOTSOCK macro
539 #ifdef ENOTSOCK in errno_exec()
540 add_errcode("ENOTSOCK", ENOTSOCK, "Socket operation on non-socket"); in errno_exec()
543 add_errcode("ENOTSOCK", WSAENOTSOCK, "Socket operation on non-socket"); in errno_exec()
/third_party/node/test/parallel/
H A Dtest-net-pipe-connect-errors.js29 // Test if ENOTSOCK is fired when trying to connect to a file which is not
64 assert(err.code === 'ENOTSOCK' || err.code === 'ECONNREFUSED',
65 `received ${err.code} instead of ENOTSOCK or ECONNREFUSED`);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h89 #define ENOTSOCK 88 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h89 #define ENOTSOCK 88 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h89 #define ENOTSOCK 88 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h88 #define ENOTSOCK 88 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h89 #define ENOTSOCK 88 macro
/third_party/ltp/testcases/kernel/syscalls/accept/
H A Daccept01.c50 sizeof(fsin1), ENOTSOCK, "fd is not socket"
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind01.c37 ENOTSOCK, "invalid socket" },
/third_party/ltp/testcases/kernel/syscalls/listen/
H A Dlisten01.c79 0, 0, 0, 0, -1, ENOTSOCK, setup0, cleanup0, "not a socket"}, {
/third_party/lwip/src/include/lwip/
H A Derrno.h139 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h88 #define ENOTSOCK 88 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h87 #define ENOTSOCK 95 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h87 #define ENOTSOCK 95 macro

Completed in 13 milliseconds

123456