Home
last modified time | relevance | path

Searched refs:SHUT_WR (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/python/Tools/demo/
H A Drpython.py9 from socket import socket, AF_INET, SOCK_STREAM, SHUT_WR namespace
28 s.shutdown(SHUT_WR)
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_shutdown.c9 * TEST3: shutdown with SHUT_WR flag to disable new send
113 error = shutdown(-1, SHUT_WR); in main()
126 error = shutdown(fd, SHUT_WR); in main()
141 /*shutdown() TEST3: shutdown with SHUT_WR flag to disable new send*/ in main()
142 error = shutdown(clnt_sk[0], SHUT_WR); in main()
144 tst_brkm(TBROK, tst_exit, "shutdown with SHUT_WR flag " in main()
163 tst_brkm(TBROK, tst_exit, "recv on a SHUT_WR socket with no " in main()
166 tst_resm(TPASS, "shutdown() with SHUT_WR flag - SUCCESS"); in main()
H A Dtest_1_to_1_recvmsg.c182 test_shutdown(sk, SHUT_WR); in main()
H A Dtest_1_to_1_recvfrom.c168 test_shutdown(sk, SHUT_WR); in main()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform.h157 #if !defined(SHUT_WR) && defined(SD_SEND)
158 #define SHUT_WR SD_SEND macro
/third_party/ffmpeg/libavformat/
H A Dos_support.h118 #define SHUT_WR SD_SEND macro
124 #define SHUT_WR 1 macro
H A Dtcp.c275 how = SHUT_WR; in tcp_shutdown()
/third_party/mesa3d/.gitlab-ci/
H A Dreport-flakes.py59 self.s.shutdown(socket.SHUT_WR)
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h51 #define SHUT_WR SD_SEND macro
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c92 C(SHUT_WR) in f()
/third_party/toybox/lib/
H A Dnet.c124 shutdown(pollfds[0].fd, SHUT_WR); in pollinate()
/third_party/curl/lib/
H A Dcurl_setup.h748 #ifndef SHUT_WR
749 #define SHUT_WR 0x01 macro
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DProxy.pm401 $client_sock->shutdown(SHUT_WR);
411 $server_sock->shutdown(SHUT_WR);
/third_party/openssl/util/perl/TLSProxy/
H A DProxy.pm401 $client_sock->shutdown(SHUT_WR);
411 $server_sock->shutdown(SHUT_WR);
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h117 #define SHUT_WR 1 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs235 /// `SHUT_WR`—Disable further read operations.
237 /// `SHUT_WR`—Disable further write operations.
238 Write = c::SHUT_WR,
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-ssl.c322 (void)shutdown(wsi->desc.sockfd, SHUT_WR); in __lws_tls_shutdown()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h80 #define SHUT_WR 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h69 #define SHUT_WR 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h80 #define SHUT_WR 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h80 #define SHUT_WR 1 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h84 #define SHUT_WR 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h80 #define SHUT_WR 1 macro
/third_party/musl/include/sys/
H A Dsocket.h84 #define SHUT_WR 1 macro
/third_party/pulseaudio/src/utils/
H A Dpacmd.c228 shutdown(fd, SHUT_WR); in main()

Completed in 17 milliseconds

1234