/external/strace/xlat/ |
D | shutdown_modes.h | 2 #if !(defined(SHUT_RD) || (defined(HAVE_DECL_SHUT_RD) && HAVE_DECL_SHUT_RD)) 3 # define SHUT_RD 0 macro 20 XLAT(SHUT_RD),
|
D | shutdown_modes.in | 1 SHUT_RD 0
|
/external/libmicrohttpd/src/include/ |
D | platform.h | 160 #if !defined(SHUT_RD) && defined(SD_RECEIVE) 161 #define SHUT_RD SD_RECEIVE macro
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_shutdown.c | 167 test_shutdown(clnt_sk[1], SHUT_RD); in main() 211 error = shutdown(sk, SHUT_RD); in main()
|
D | test_1_to_1_sendmsg.c | 360 test_shutdown(sk1, SHUT_RD); in main()
|
D | test_tcp_style.c | 296 test_shutdown(clt_sk[1], SHUT_RD); in main()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | sockets.h | 282 #ifndef SHUT_RD 283 #define SHUT_RD 0 macro
|
/external/libevent/ |
D | util-internal.h | 129 #ifdef SHUT_RD 130 #define EVUTIL_SHUT_RD SHUT_RD
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_base.hpp | 33 shutdown_receive = ASIO_OS_DEF(SHUT_RD),
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_types.hpp | 105 # define ASIO_OS_DEF_SHUT_RD SHUT_RD
|
/external/curl/lib/ |
D | curl_setup.h | 707 # define SHUT_RD 0x00 macro
|
/external/curl/tests/server/ |
D | sws.c | 1632 shutdown(clientfd[i], SHUT_RD); in http_connect() 1650 shutdown(serverfd[i], SHUT_RD); in http_connect() 1715 shutdown(clientfd[i], SHUT_RD); in http_connect() 1728 shutdown(serverfd[i], SHUT_RD); in http_connect()
|
/external/libmicrohttpd/src/microspdy/ |
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()
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 168 SHUT_RD = 0 variable
|
/external/deqp/framework/delibs/deutil/ |
D | deSocket.c | 671 how = SHUT_RD; in deSocket_shutdown()
|
/external/netcat/ |
D | netcat.c | 794 shutdown(nfd, SHUT_RD); in readwrite()
|
/external/libvncserver/libvncserver/ |
D | sockets.c | 116 #define SHUT_RD 0x00 macro
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 5488 #ifdef SHUT_RD 5489 PyModule_AddIntConstant(m, "SHUT_RD", SHUT_RD);
|
/external/syslinux/core/lwip/src/api/ |
D | sockets.c | 1377 if (how == SHUT_RD) {
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7664 #ifdef SHUT_RD 7665 PyModule_AddIntMacro(m, SHUT_RD);
|
/external/libcups/cups/ |
D | http.c | 2777 shutdown(http->fd, SHUT_RD); in httpShutdown()
|
/external/python/cpython2/Doc/library/ |
D | socket.rst | 827 Shut down one or both halves of the connection. If *how* is :const:`SHUT_RD`,
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 1408 Shut down one or both halves of the connection. If *how* is :const:`SHUT_RD`,
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 333 * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to
|