/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_peeloff.c | 82 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/ |
D | err.c | 60 ENOTCONN, /* ERR_CONN -11 Not connected. */ 64 ENOTCONN, /* ERR_CLSD -15 Connection closed. */
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 104 #ifndef ENOTCONN 105 #define ENOTCONN (MHDW32ERRBASE+21) macro
|
/third_party/boost/boost/ |
D | cerrno.hpp | 113 #ifndef ENOTCONN 114 #define ENOTCONN 9925 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 52 #undef ENOTCONN 53 #define ENOTCONN WSAENOTCONN macro
|
/third_party/glib/gio/ |
D | gioerror.c | 269 #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/ |
D | twt.c | 42 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/ |
D | 3-2.c | 92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
|
D | 4-1.c | 87 ENOTCONN, "ENOTCONN"}, {
|
/third_party/ffmpeg/libavformat/ |
D | network.h | 53 #ifndef ENOTCONN 54 #define ENOTCONN WSAENOTCONN macro
|
/third_party/openssl/crypto/bio/ |
D | bss_sock.c | 206 # if defined(ENOTCONN) in BIO_sock_non_fatal_error() 207 case ENOTCONN: in BIO_sock_non_fatal_error()
|
D | bss_fd.c | 254 # 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/ |
D | test_1_to_1_recvfrom.c | 160 if (count != -1 || errno != ENOTCONN) in main() 196 if (count != -1 || errno != ENOTCONN) in main()
|
D | test_1_to_1_recvmsg.c | 174 if (count != -1 || errno != ENOTCONN) in main() 208 if (count != -1 || errno != ENOTCONN) in main()
|
D | test_1_to_1_shutdown.c | 162 if ((error != -1) || (errno != ENOTCONN)) in main() 216 if ((error != -1) || (errno != ENOTCONN)) in main()
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 71 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/ |
D | asyncore.py | 57 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/ |
D | private-lib-plat-optee.h | 36 #define LWS_ENOTCONN ENOTCONN
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 437 #undef ENOTCONN /* override definition in errno.h */ 438 #define ENOTCONN WSAENOTCONN macro
|
/third_party/libuv/include/uv/ |
D | errno.h | 275 #if defined(ENOTCONN) && !defined(_WIN32) 276 # define UV__ENOTCONN UV__ERR(ENOTCONN)
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 498 #undef ENOTCONN /* override definition in errno.h */ 499 #define ENOTCONN WSAENOTCONN macro
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | private-lib-plat-freertos.h | 94 #define LWS_ENOTCONN ENOTCONN
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
D | private-lib-plat-freertos.h | 93 #define LWS_ENOTCONN ENOTCONN
|
/third_party/python/Modules/ |
D | errnomodule.c | 30 #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/ |
D | errno.h | 109 #define ENOTCONN 107 macro
|