HomeSort by relevance Sort by last modified time
    Searched refs:SHUT_WR (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/strace/xlat/
shutdown_modes.h 5 #if !(defined(SHUT_WR) || (defined(HAVE_DECL_SHUT_WR) && HAVE_DECL_SHUT_WR))
6 # define SHUT_WR 1
21 XLAT(SHUT_WR),
  /external/python/cpython3/Tools/demo/
rpython.py 9 from socket import socket, AF_INET, SOCK_STREAM, SHUT_WR
28 s.shutdown(SHUT_WR)
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_shutdown.c 9 * TEST3: shutdown with SHUT_WR flag to disable new send
109 error = shutdown(-1, SHUT_WR);
122 error = shutdown(fd, SHUT_WR);
137 /*shutdown() TEST3: shutdown with SHUT_WR flag to disable new send*/
138 error = shutdown(clnt_sk[0], SHUT_WR);
140 tst_brkm(TBROK, tst_exit, "shutdown with SHUT_WR flag "
159 tst_brkm(TBROK, tst_exit, "recv on a SHUT_WR socket with no "
162 tst_resm(TPASS, "shutdown() with SHUT_WR flag - SUCCESS");
test_1_to_1_recvfrom.c 164 test_shutdown(sk, SHUT_WR);
test_1_to_1_recvmsg.c 178 test_shutdown(sk, SHUT_WR);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
socket.h 58 SHUT_WR, /* No more transmissions. */
59 #define SHUT_WR SHUT_WR
229 SHUT_WR = No more transmissions;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
socket.h 58 SHUT_WR, /* No more transmissions. */
59 #define SHUT_WR SHUT_WR
229 SHUT_WR = No more transmissions;
  /external/libmicrohttpd/src/include/
platform.h 157 #if !defined(SHUT_WR) && defined(SD_SEND)
158 #define SHUT_WR SD_SEND
  /frameworks/native/cmds/lshal/
PipeRelay.cpp 81 shutdown(mFds[1], SHUT_WR);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 34 #define SHUT_WR 0x01
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 34 shutdown_send = ASIO_OS_DEF(SHUT_WR),
  /test/framework/harnesses/host_controller/tradefed/
remote_client.py 65 op_socket.shutdown(socket.SHUT_WR)
  /bionic/libc/include/sys/
socket.h 68 SHUT_WR,
69 #define SHUT_WR SHUT_WR
  /external/toybox/lib/
net.c 97 shutdown(pollfds[0].fd, SHUT_WR);
  /bionic/tests/headers/posix/
sys_socket_h.c 130 MACRO(SHUT_WR);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 106 # define ASIO_OS_DEF_SHUT_WR SHUT_WR
  /external/libevent/
util-internal.h 134 #ifdef SHUT_WR
135 #define EVUTIL_SHUT_WR SHUT_WR
  /libcore/ojluni/src/main/java/java/net/
AbstractPlainSocketImpl.java 57 private boolean shut_wr = false; field in class:AbstractPlainSocketImpl
483 if (shut_wr)
633 socketShutdown(SHUT_WR);
634 shut_wr = true;
790 public final static int SHUT_WR = 1;
  /external/libpcap/
sockutils.c 80 #define SHUT_WR SD_SEND /* The control code for shutdown() is different in Win32 */
422 * SHUT_WR: subsequent calls to the send function are disallowed.
426 if (shutdown(sock, SHUT_WR))
    [all...]
  /device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
main.cpp 53 // Sends packets, Shutdown(SHUT_WR) on destruction
66 socket_->Shutdown(SHUT_WR);
  /external/ipsec-tools/
main.c 179 shutdown(control, SHUT_WR);
  /external/ltp/testcases/network/netstress/
netstress.c 445 shutdown(cfd, SHUT_WR);
541 shutdown(client_fd, SHUT_WR);
  /external/python/cpython3/Lib/asyncio/
proactor_events.py 282 self._sock.shutdown(socket.SHUT_WR)
376 self._sock.shutdown(socket.SHUT_WR)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 532 #define SHUT_WR 1 /* Disallow further sends. */
  /external/curl/lib/
curl_setup.h 708 # define SHUT_WR 0x01

Completed in 1456 milliseconds

1 2 3 4 5 6