Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Dshutdown_modes.h2 #if !(defined(SHUT_RD) || (defined(HAVE_DECL_SHUT_RD) && HAVE_DECL_SHUT_RD))
3 # define SHUT_RD 0 macro
20 XLAT(SHUT_RD),
Dshutdown_modes.in1 SHUT_RD 0
/external/libmicrohttpd/src/include/
Dplatform.h160 #if !defined(SHUT_RD) && defined(SD_RECEIVE)
161 #define SHUT_RD SD_RECEIVE macro
/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_shutdown.c167 test_shutdown(clnt_sk[1], SHUT_RD); in main()
211 error = shutdown(sk, SHUT_RD); in main()
Dtest_1_to_1_sendmsg.c360 test_shutdown(sk1, SHUT_RD); in main()
Dtest_tcp_style.c296 test_shutdown(clt_sk[1], SHUT_RD); in main()
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h282 #ifndef SHUT_RD
283 #define SHUT_RD 0 macro
/external/libevent/
Dutil-internal.h129 #ifdef SHUT_RD
130 #define EVUTIL_SHUT_RD SHUT_RD
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp33 shutdown_receive = ASIO_OS_DEF(SHUT_RD),
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_types.hpp105 # define ASIO_OS_DEF_SHUT_RD SHUT_RD
/external/curl/lib/
Dcurl_setup.h707 # define SHUT_RD 0x00 macro
/external/curl/tests/server/
Dsws.c1632 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/
Dsession.c951 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/
DIN.py168 SHUT_RD = 0 variable
/external/deqp/framework/delibs/deutil/
DdeSocket.c671 how = SHUT_RD; in deSocket_shutdown()
/external/netcat/
Dnetcat.c794 shutdown(nfd, SHUT_RD); in readwrite()
/external/libvncserver/libvncserver/
Dsockets.c116 #define SHUT_RD 0x00 macro
/external/python/cpython2/Modules/
Dsocketmodule.c5488 #ifdef SHUT_RD
5489 PyModule_AddIntConstant(m, "SHUT_RD", SHUT_RD);
/external/syslinux/core/lwip/src/api/
Dsockets.c1377 if (how == SHUT_RD) {
/external/python/cpython3/Modules/
Dsocketmodule.c7664 #ifdef SHUT_RD
7665 PyModule_AddIntMacro(m, SHUT_RD);
/external/libcups/cups/
Dhttp.c2777 shutdown(http->fd, SHUT_RD); in httpShutdown()
/external/python/cpython2/Doc/library/
Dsocket.rst827 Shut down one or both halves of the connection. If *how* is :const:`SHUT_RD`,
/external/python/cpython3/Doc/library/
Dsocket.rst1408 Shut down one or both halves of the connection. If *how* is :const:`SHUT_RD`,
/external/syslinux/core/lwip/
DCHANGELOG333 * sockets.h: Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to