Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c82 SCTP_LTRACE_ERR_RET(inp, stcb, NULL, SCTP_FROM_SCTP_PEELOFF, ENOTCONN); in sctp_can_peel_off()
83 return (ENOTCONN); in sctp_can_peel_off()
104 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_PEELOFF, ENOTCONN); in sctp_do_peeloff()
105 return (ENOTCONN); in sctp_do_peeloff()
112 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_PEELOFF, ENOTCONN); in sctp_do_peeloff()
113 return (ENOTCONN); in sctp_do_peeloff()
190 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_PEELOFF, ENOTCONN); in sctp_get_peeloff()
191 *error = ENOTCONN; in sctp_get_peeloff()
/third_party/lwip/src/api/
Derr.c60 ENOTCONN, /* ERR_CONN -11 Not connected. */
64 ENOTCONN, /* ERR_CLSD -15 Connection closed. */
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h104 #ifndef ENOTCONN
105 #define ENOTCONN (MHDW32ERRBASE+21) macro
/third_party/boost/boost/
Dcerrno.hpp113 #ifndef ENOTCONN
114 #define ENOTCONN 9925 macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h52 #undef ENOTCONN
53 #define ENOTCONN WSAENOTCONN macro
/third_party/glib/gio/
Dgioerror.c269 #ifdef ENOTCONN in g_io_error_from_errno()
270 case ENOTCONN: in g_io_error_from_errno()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dtwt.c42 return -ENOTCONN; in wpas_twt_send_setup()
114 return -ENOTCONN; in wpas_twt_send_teardown()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
D4-1.c87 ENOTCONN, "ENOTCONN"}, {
/third_party/ffmpeg/libavformat/
Dnetwork.h53 #ifndef ENOTCONN
54 #define ENOTCONN WSAENOTCONN macro
/third_party/openssl/crypto/bio/
Dbss_sock.c206 # if defined(ENOTCONN) in BIO_sock_non_fatal_error()
207 case ENOTCONN: in BIO_sock_non_fatal_error()
Dbss_fd.c254 # if defined(ENOTCONN) in BIO_fd_non_fatal_error()
255 case ENOTCONN: in BIO_fd_non_fatal_error()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_recvfrom.c160 if (count != -1 || errno != ENOTCONN) in main()
196 if (count != -1 || errno != ENOTCONN) in main()
Dtest_1_to_1_recvmsg.c174 if (count != -1 || errno != ENOTCONN) in main()
208 if (count != -1 || errno != ENOTCONN) in main()
Dtest_1_to_1_shutdown.c162 if ((error != -1) || (errno != ENOTCONN)) in main()
216 if ((error != -1) || (errno != ENOTCONN)) in main()
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c71 case WSAENOTCONN: return ENOTCONN; in MHD_W32_errno_from_winsock_()
158 case ENOTCONN: in MHD_W32_strerror_()
483 case ENOTCONN: in MHD_W32_set_last_winsock_error_()
/third_party/python/Lib/
Dasyncore.py57 ENOTCONN, ESHUTDOWN, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
67 _DISCONNECTED = frozenset({ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
246 if err.errno in (ENOTCONN, EINVAL):
403 if why.errno not in (ENOTCONN, EBADF):
/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h36 #define LWS_ENOTCONN ENOTCONN
/third_party/curl/lib/
Dcurl_setup_once.h437 #undef ENOTCONN /* override definition in errno.h */
438 #define ENOTCONN WSAENOTCONN macro
/third_party/libuv/include/uv/
Derrno.h275 #if defined(ENOTCONN) && !defined(_WIN32)
276 # define UV__ENOTCONN UV__ERR(ENOTCONN)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h498 #undef ENOTCONN /* override definition in errno.h */
499 #define ENOTCONN WSAENOTCONN macro
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h94 #define LWS_ENOTCONN ENOTCONN
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h93 #define LWS_ENOTCONN ENOTCONN
/third_party/python/Modules/
Derrnomodule.c30 #undef ENOTCONN
485 #ifdef ENOTCONN in errno_exec()
486 add_errcode("ENOTCONN", ENOTCONN, "Transport endpoint is not connected"); in errno_exec()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h109 #define ENOTCONN 107 macro

12345