Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 - 25 of 56) sorted by relevance

123

/third_party/ffmpeg/libavformat/
H A Dos_support.h117 #define SHUT_RD SD_RECEIVE macro
122 #if !defined(SHUT_RD) /* OS/2, DJGPP */
123 #define SHUT_RD 0 macro
H A Dtcp.c277 how = SHUT_RD; in tcp_shutdown()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform.h160 #if !defined(SHUT_RD) && defined(SD_RECEIVE)
161 #define SHUT_RD SD_RECEIVE macro
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_shutdown.c10 * TEST4: shutdown with SHUT_RD flag to disable new receive
170 /*shutdown() TEST4: shutdown with SHUT_RD flag to disable new receive*/ in main()
171 test_shutdown(clnt_sk[1], SHUT_RD); in main()
175 tst_brkm(TBROK, tst_exit, "recv on a SHUT_RD socket " in main()
178 /* Sending a message on SHUT_RD socket. */ in main()
181 tst_brkm(TBROK, tst_exit, "send on a SHUT_RD socket " in main()
184 /* Receive the message sent on SHUT_RD socket. */ in main()
187 /* Send a message to the SHUT_RD socket. */ in main()
190 /* We should not receive the message as the socket is SHUT_RD */ in main()
193 tst_brkm(TBROK, tst_exit, "recv on a SHUT_RD socke in main()
[all...]
H A Dtest_1_to_1_sendmsg.c21 * TEST14: Sending a message on SHUT_RD socket
364 test_shutdown(sk1, SHUT_RD); in main()
366 /*sendmsg() TEST14: Sending a message on SHUT_RD socket*/ in main()
369 tst_brkm(TBROK, tst_exit, "sendmsg on a SHUT_RD socket " in main()
372 tst_resm(TPASS, "sendmsg() on a SHUT_RD socket - SUCCESS"); in main()
H A Dtest_tcp_style.c299 /* Do a SHUT_RD on clt_sk[1] to disable any new receives. */ in main()
300 test_shutdown(clt_sk[1], SHUT_RD); in main()
304 tst_brkm(TBROK, tst_exit, "recv on a SHUT_RD socket " in main()
307 /* Sending a message on SHUT_RD socket. */ in main()
310 /* Receive the message sent on SHUT_RD socket. */ in main()
313 /* Send a message to the SHUT_RD socket. */ in main()
316 /* We should not receive the message as the socket is SHUT_RD */ in main()
319 tst_brkm(TBROK, tst_exit, "recv on a SHUT_RD socket " in main()
322 tst_resm(TPASS, "recv on a SHUT_RD socket"); in main()
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait05.c80 TST_EXP_PASS_SILENT(shutdown(sockfd_client, SHUT_RD)); in run()
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c90 C(SHUT_RD) in f()
/third_party/curl/lib/
H A Dcurl_setup.h744 #ifndef SHUT_RD
745 #define SHUT_RD 0x00 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h116 #define SHUT_RD 0 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs236 Read = c::SHUT_RD,
/third_party/lwip/src/include/lwip/
H A Dsockets.h459 #ifndef SHUT_RD
460 #define SHUT_RD 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h79 #define SHUT_RD 0 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h68 #define SHUT_RD 0 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h79 #define SHUT_RD 0 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h79 #define SHUT_RD 0 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h83 #define SHUT_RD 0 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h79 #define SHUT_RD 0 macro
/third_party/musl/include/sys/
H A Dsocket.h83 #define SHUT_RD 0 macro
/third_party/pulseaudio/src/utils/
H A Dpacmd.c233 shutdown(fd, SHUT_RD); in main()
/third_party/curl/tests/server/
H A Dsws.c1597 shutdown(clientfd[i], SHUT_RD); in http_connect()
1615 shutdown(serverfd[i], SHUT_RD); in http_connect()
1680 shutdown(clientfd[i], SHUT_RD); in http_connect()
1693 shutdown(serverfd[i], SHUT_RD); in http_connect()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
/third_party/openssl/apps/lib/
H A Dhttp_server.c88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs635 /// `SHUT_RD`—Disable further read operations.
636 Read = c::SHUT_RD,
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dsession.c951 shutdown (session->socket_fd, SHUT_RD); in SPDYF_session_read()
1089 shutdown (session->socket_fd, SHUT_RD); in SPDYF_session_write()
1255 //shutdown(session->socket_fd, SHUT_RD); in SPDYF_session_idle()

Completed in 22 milliseconds

123