Home
last modified time | relevance | path

Searched refs:SHUT_RDWR (Results 1 – 25 of 43) sorted by relevance

12

/external/strace/xlat/
Dshutdown_modes.h8 #if !(defined(SHUT_RDWR) || (defined(HAVE_DECL_SHUT_RDWR) && HAVE_DECL_SHUT_RDWR))
9 # define SHUT_RDWR 2 macro
22 XLAT(SHUT_RDWR),
Dshutdown_modes.in3 SHUT_RDWR 2
/external/libmicrohttpd/src/include/
Dplatform.h163 #if !defined(SHUT_RDWR) && defined(SD_BOTH)
164 #define SHUT_RDWR SD_BOTH macro
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile05.c111 shutdown(sockfd, SHUT_RDWR); in do_sendfile()
112 shutdown(s, SHUT_RDWR); in do_sendfile()
Dsendfile06.c83 shutdown(sockfd, SHUT_RDWR); in do_sendfile()
84 shutdown(out_fd, SHUT_RDWR); in do_sendfile()
Dsendfile02.c127 shutdown(sockfd, SHUT_RDWR); in do_sendfile()
128 shutdown(s, SHUT_RDWR); in do_sendfile()
Dsendfile04.c142 shutdown(sockfd, SHUT_RDWR); in do_sendfile()
143 shutdown(s, SHUT_RDWR); in do_sendfile()
/external/strace/tests-mx32/
Dshutdown.c10 int rc = shutdown(-1, SHUT_RDWR); in main()
/external/strace/tests/
Dshutdown.c10 int rc = shutdown(-1, SHUT_RDWR); in main()
/external/strace/tests-m32/
Dshutdown.c10 int rc = shutdown(-1, SHUT_RDWR); in main()
/external/openssh/
Ddefines.h35 SHUT_RDWR /* No more receptions or transmissions. */ enumerator
39 # define SHUT_RDWR SHUT_RDWR macro
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp35 shutdown_both = ASIO_OS_DEF(SHUT_RDWR)
/external/bison/m4/
Dsys_socket_h.m434 dnl SHUT_RD, SHUT_WR, SHUT_RDWR.
42 [[int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR };]])],
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_types.hpp107 # define ASIO_OS_DEF_SHUT_RDWR SHUT_RDWR
/external/mesa3d/src/gallium/auxiliary/util/
Du_network.c60 shutdown(s, SHUT_RDWR); in u_socket_close()
/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_shutdown.c196 test_shutdown(clnt_sk[2], SHUT_RDWR); in main()
/external/libchrome/base/
Dsync_socket_posix.cc217 return HANDLE_EINTR(shutdown(handle_, SHUT_RDWR)) >= 0; in Shutdown()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDebugEventProxy.m62 shutdown(serverSocket,SHUT_RDWR);
305 shutdown(serverSocket,SHUT_RDWR);
/external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
Dprotocol_socket.py82 self._socket.shutdown(socket.SHUT_RDWR)
/external/deqp/framework/delibs/deutil/
DdeSocket.c667 how = SHUT_RDWR; in deSocket_shutdown()
710 shutdown(sock->handle, SHUT_RDWR); in deSocket_close()
/external/curl/lib/
Dcurl_setup.h675 # define SHUT_RDWR 0x02 macro
/external/dnsmasq/src/
Ddnsmasq.c1031 shutdown(confd, SHUT_RDWR); in check_dns_listeners()
1079 shutdown(confd, SHUT_RDWR); in check_dns_listeners()
1088 shutdown(s->tcpfd, SHUT_RDWR); in check_dns_listeners()
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h285 #define SHUT_RDWR 2 macro
/external/libvncserver/libvncserver/
Dsockets.c118 #define SHUT_RDWR 0x02 macro
514 shutdown(cl->sock,SHUT_RDWR); in rfbCloseClient()
/external/libmicrohttpd/src/microspdy/
Ddaemon.c377 shutdown (daemon->socket_fd, SHUT_RDWR); in SPDYF_stop_daemon()

12