Home
last modified time | relevance | path

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

1234567

/external/rust/crates/nix/src/
Derrno.rs214 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/
DERRNO.py118 ENOTCONN = 134 variable
125 LASTERRNO = ENOTCONN
/external/wpa_supplicant_8/wpa_supplicant/
Dtwt.c42 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/
D3-2.c92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
/external/webrtc/rtc_base/
Dsocket.h56 #undef ENOTCONN
57 #define ENOTCONN WSAENOTCONN macro
/external/libcxx/include/
Derrno.h178 #ifndef ENOTCONN
179 #define ENOTCONN 9925 macro
D__errc74 not_connected, // ENOTCONN
183 not_connected = ENOTCONN,
/external/cronet/buildtools/third_party/libc++/trunk/include/
Derrno.h179 #ifndef ENOTCONN
180 #define ENOTCONN 9925 macro
/external/boringssl/src/crypto/bio/
Dfd.c88 #ifdef ENOTCONN in OPENSSL_MSVC_PRAGMA()
89 err == ENOTCONN || in OPENSSL_MSVC_PRAGMA()
/external/cronet/third_party/boringssl/src/crypto/bio/
Dfd.c88 #ifdef ENOTCONN in OPENSSL_MSVC_PRAGMA()
89 err == ENOTCONN || in OPENSSL_MSVC_PRAGMA()
/external/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()
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dfd.c88 #ifdef ENOTCONN in OPENSSL_MSVC_PRAGMA()
89 err == ENOTCONN || in OPENSSL_MSVC_PRAGMA()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp237 #ifndef ENOTCONN
238 #error ENOTCONN not defined
/external/curl/lib/
Dcurl_setup_once.h369 #undef ENOTCONN /* override definition in errno.h */
370 #define ENOTCONN WSAENOTCONN macro
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/
Dcerrno.pass.cpp237 #ifndef ENOTCONN
238 #error ENOTCONN not defined
/external/python/cpython3/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):
/external/python/cpython2/Lib/
Dasyncore.py57 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/
Dprivate-lib-plat-optee.h36 #define LWS_ENOTCONN ENOTCONN
/external/trace-cmd/lib/trace-cmd/
Dtrace-recorder.c409 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/
Derrno2name.c327 #ifdef ENOTCONN in errno2name()
328 CASE(ENOTCONN); in errno2name()
/external/strace/tests/
Derrno2name.c327 #ifdef ENOTCONN in errno2name()
328 CASE(ENOTCONN); in errno2name()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h498 #undef ENOTCONN /* override definition in errno.h */
499 #define ENOTCONN WSAENOTCONN macro
/external/strace/tests-m32/
Derrno2name.c327 #ifdef ENOTCONN in errno2name()
328 CASE(ENOTCONN); in errno2name()

1234567