Home
last modified time | relevance | path

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

1234

/external/strace/xlat/
Dshutdown_modes.h20 #if defined(SHUT_RDWR) || (defined(HAVE_DECL_SHUT_RDWR) && HAVE_DECL_SHUT_RDWR)
22 static_assert((SHUT_RDWR) == (2), "SHUT_RDWR != 2");
25 # define SHUT_RDWR 2
40 XLAT(SHUT_RDWR),
Dshutdown_modes.in3 SHUT_RDWR 2
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile05.c110 shutdown(sockfd, SHUT_RDWR); in do_sendfile()
111 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.c126 shutdown(sockfd, SHUT_RDWR); in do_sendfile()
127 shutdown(s, SHUT_RDWR); in do_sendfile()
Dsendfile04.c140 shutdown(sockfd, SHUT_RDWR); in do_sendfile()
141 shutdown(s, SHUT_RDWR); in do_sendfile()
/external/strace/tests-m32/
Dshutdown.c10 int rc = shutdown(-1, SHUT_RDWR); in main()
/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/openssh/
Ddefines.h35 SHUT_RDWR /* No more receptions or transmissions. */ enumerator
39 # define SHUT_RDWR SHUT_RDWR macro
/external/syzkaller/sys/netbsd/
Dsocket_amd64.const49 SHUT_RDWR = 2
Dsocket.txt39 shutdown_flags = SHUT_RD, SHUT_WR, SHUT_RDWR
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp35 shutdown_both = ASIO_OS_DEF(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.c63 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/python/cpython3/Lib/test/test_asyncio/
Dtest_sslproto.py231 sock.shutdown(socket.SHUT_RDWR)
296 sock.shutdown(socket.SHUT_RDWR)
447 sock.shutdown(socket.SHUT_RDWR)
/external/python/setuptools/setuptools/
Dssl_support.py200 self.sock.shutdown(socket.SHUT_RDWR)
/external/libchrome/base/
Dsync_socket_posix.cc222 return HANDLE_EINTR(shutdown(handle_, SHUT_RDWR)) >= 0; in Shutdown()
/external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
Dprotocol_socket.py82 self._socket.shutdown(socket.SHUT_RDWR)
/external/antlr/runtime/ObjC/Framework/
DDebugEventSocketProxy.m62 shutdown(serverSocket,SHUT_RDWR);
358 shutdown(serverSocket,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/dnsmasq/src/
Ddnsmasq.c935 shutdown(confd, SHUT_RDWR); in check_dns_listeners()
976 shutdown(confd, SHUT_RDWR); in check_dns_listeners()
983 shutdown(s->tcpfd, SHUT_RDWR); in check_dns_listeners()
/external/curl/lib/
Dcurl_setup.h741 # define SHUT_RDWR 0x02 macro
/external/python/cpython3/Lib/
Dpoplib.py290 sock.shutdown(socket.SHUT_RDWR)

1234