/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 117 #define SHUT_RD SD_RECEIVE macro 122 #if !defined(SHUT_RD) /* OS/2, DJGPP */ 123 #define SHUT_RD 0 macro
|
H A D | tcp.c | 277 how = SHUT_RD; in tcp_shutdown()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | platform.h | 160 #if !defined(SHUT_RD) && defined(SD_RECEIVE) 161 #define SHUT_RD SD_RECEIVE macro
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_shutdown.c | 10 * 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 D | test_1_to_1_sendmsg.c | 21 * 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 D | test_tcp_style.c | 299 /* 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 D | epoll_wait05.c | 80 TST_EXP_PASS_SILENT(shutdown(sockfd_client, SHUT_RD)); in run()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 90 C(SHUT_RD) in f()
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 744 #ifndef SHUT_RD 745 #define SHUT_RD 0x00 macro
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 116 #define SHUT_RD 0 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 236 Read = c::SHUT_RD,
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 459 #ifndef SHUT_RD 460 #define SHUT_RD 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 68 #define SHUT_RD 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 83 #define SHUT_RD 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 79 #define SHUT_RD 0 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 83 #define SHUT_RD 0 macro
|
/third_party/pulseaudio/src/utils/ |
H A D | pacmd.c | 233 shutdown(fd, SHUT_RD); in main()
|
/third_party/curl/tests/server/ |
H A D | sws.c | 1597 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 D | http_server.c | 88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
|
/third_party/openssl/apps/lib/ |
H A D | http_server.c | 88 (void)shutdown(acfd, SHUT_RD); in socket_timeout()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | types.rs | 635 /// `SHUT_RD`—Disable further read operations. 636 Read = c::SHUT_RD,
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | session.c | 951 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()
|