Searched refs:SHUT_RDWR (Results 1 – 25 of 83) sorted by relevance
1234
/external/strace/xlat/ |
D | shutdown_modes.h | 20 #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),
|
D | shutdown_modes.in | 3 SHUT_RDWR 2
|
/external/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile05.c | 110 shutdown(sockfd, SHUT_RDWR); in do_sendfile() 111 shutdown(s, SHUT_RDWR); in do_sendfile()
|
D | sendfile06.c | 83 shutdown(sockfd, SHUT_RDWR); in do_sendfile() 84 shutdown(out_fd, SHUT_RDWR); in do_sendfile()
|
D | sendfile02.c | 126 shutdown(sockfd, SHUT_RDWR); in do_sendfile() 127 shutdown(s, SHUT_RDWR); in do_sendfile()
|
D | sendfile04.c | 140 shutdown(sockfd, SHUT_RDWR); in do_sendfile() 141 shutdown(s, SHUT_RDWR); in do_sendfile()
|
/external/strace/tests-m32/ |
D | shutdown.c | 10 int rc = shutdown(-1, SHUT_RDWR); in main()
|
/external/strace/tests-mx32/ |
D | shutdown.c | 10 int rc = shutdown(-1, SHUT_RDWR); in main()
|
/external/strace/tests/ |
D | shutdown.c | 10 int rc = shutdown(-1, SHUT_RDWR); in main()
|
/external/openssh/ |
D | defines.h | 35 SHUT_RDWR /* No more receptions or transmissions. */ enumerator 39 # define SHUT_RDWR SHUT_RDWR macro
|
/external/syzkaller/sys/netbsd/ |
D | socket_amd64.const | 49 SHUT_RDWR = 2
|
D | socket.txt | 39 shutdown_flags = SHUT_RD, SHUT_WR, SHUT_RDWR
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_base.hpp | 35 shutdown_both = ASIO_OS_DEF(SHUT_RDWR)
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_types.hpp | 107 # define ASIO_OS_DEF_SHUT_RDWR SHUT_RDWR
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_network.c | 63 shutdown(s, SHUT_RDWR); in u_socket_close()
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_shutdown.c | 196 test_shutdown(clnt_sk[2], SHUT_RDWR); in main()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 231 sock.shutdown(socket.SHUT_RDWR) 296 sock.shutdown(socket.SHUT_RDWR) 447 sock.shutdown(socket.SHUT_RDWR)
|
/external/python/setuptools/setuptools/ |
D | ssl_support.py | 200 self.sock.shutdown(socket.SHUT_RDWR)
|
/external/libchrome/base/ |
D | sync_socket_posix.cc | 222 return HANDLE_EINTR(shutdown(handle_, SHUT_RDWR)) >= 0; in Shutdown()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/ |
D | protocol_socket.py | 82 self._socket.shutdown(socket.SHUT_RDWR)
|
/external/antlr/runtime/ObjC/Framework/ |
D | DebugEventSocketProxy.m | 62 shutdown(serverSocket,SHUT_RDWR); 358 shutdown(serverSocket,SHUT_RDWR);
|
/external/deqp/framework/delibs/deutil/ |
D | deSocket.c | 667 how = SHUT_RDWR; in deSocket_shutdown() 710 shutdown(sock->handle, SHUT_RDWR); in deSocket_close()
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 935 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/ |
D | curl_setup.h | 741 # define SHUT_RDWR 0x02 macro
|
/external/python/cpython3/Lib/ |
D | poplib.py | 290 sock.shutdown(socket.SHUT_RDWR)
|
1234