/external/rust/crates/nix/src/ |
D | errno.rs | 214 ENOTCONN => "Transport endpoint is not connected", in desc() 1229 ENOTCONN = libc::ENOTCONN, enumerator 1374 libc::ENOTCONN => ENOTCONN, in from_i32() 1471 ENOTCONN = libc::ENOTCONN, enumerator 1589 libc::ENOTCONN => ENOTCONN, in from_i32() 1707 ENOTCONN = libc::ENOTCONN, enumerator 1816 libc::ENOTCONN => ENOTCONN, in from_i32() 1924 ENOTCONN = libc::ENOTCONN, enumerator 2033 libc::ENOTCONN => ENOTCONN, in from_i32() 2139 ENOTCONN = libc::ENOTCONN, enumerator [all …]
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 118 ENOTCONN = 134 variable 125 LASTERRNO = ENOTCONN
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | twt.c | 42 return -ENOTCONN; in wpas_twt_send_setup() 114 return -ENOTCONN; in wpas_twt_send_teardown()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
|
/external/webrtc/rtc_base/ |
D | socket.h | 56 #undef ENOTCONN 57 #define ENOTCONN WSAENOTCONN macro
|
/external/libcxx/include/ |
D | errno.h | 178 #ifndef ENOTCONN 179 #define ENOTCONN 9925 macro
|
D | __errc | 74 not_connected, // ENOTCONN 183 not_connected = ENOTCONN,
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | errno.h | 179 #ifndef ENOTCONN 180 #define ENOTCONN 9925 macro
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 88 #ifdef ENOTCONN in OPENSSL_MSVC_PRAGMA() 89 err == ENOTCONN || in OPENSSL_MSVC_PRAGMA()
|
/external/cronet/third_party/boringssl/src/crypto/bio/ |
D | fd.c | 88 #ifdef ENOTCONN in OPENSSL_MSVC_PRAGMA() 89 err == ENOTCONN || in OPENSSL_MSVC_PRAGMA()
|
/external/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()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | fd.c | 88 #ifdef ENOTCONN in OPENSSL_MSVC_PRAGMA() 89 err == ENOTCONN || in OPENSSL_MSVC_PRAGMA()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 237 #ifndef ENOTCONN 238 #error ENOTCONN not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 369 #undef ENOTCONN /* override definition in errno.h */ 370 #define ENOTCONN WSAENOTCONN macro
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 237 #ifndef ENOTCONN 238 #error ENOTCONN not defined
|
/external/python/cpython3/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):
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE, 252 if err.args[0] in (ENOTCONN, EINVAL): 411 if why.args[0] not in (ENOTCONN, EBADF):
|
/external/libwebsockets/lib/plat/optee/ |
D | private-lib-plat-optee.h | 36 #define LWS_ENOTCONN ENOTCONN
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-recorder.c | 409 if (errno == EAGAIN || errno == EINTR || errno == ENOTCONN) in splice_data() 467 if (errno == EAGAIN || errno == EINTR || errno == ENOTCONN) in direct_splice_data() 489 if (errno == EAGAIN || errno == EINTR || errno == ENOTCONN) in read_data()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 327 #ifdef ENOTCONN in errno2name() 328 CASE(ENOTCONN); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 327 #ifdef ENOTCONN in errno2name() 328 CASE(ENOTCONN); in errno2name()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | setup_once.h | 498 #undef ENOTCONN /* override definition in errno.h */ 499 #define ENOTCONN WSAENOTCONN macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 327 #ifdef ENOTCONN in errno2name() 328 CASE(ENOTCONN); in errno2name()
|