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

1 2 3 4 5 6

  /external/strace/xlat/
shutdown_modes.h 8 #if !(defined(SHUT_RDWR) || (defined(HAVE_DECL_SHUT_RDWR) && HAVE_DECL_SHUT_RDWR))
9 # define SHUT_RDWR 2
22 XLAT(SHUT_RDWR),
  /external/strace/tests/
shutdown.c 10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
  /external/strace/tests-m32/
shutdown.c 10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
  /external/strace/tests-mx32/
shutdown.c 10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 31 /* MySql connector already defined SHUT_RDWR. */
32 #ifndef SHUT_RDWR
35 #define SHUT_RDWR 0x02
  /art/runtime/jdwp/
jdwp_adb.cc 81 shutdown(clientSock, SHUT_RDWR);
85 shutdown(control_sock_, SHUT_RDWR);
109 shutdown(local_clientSock, SHUT_RDWR);
113 shutdown(control_sock, SHUT_RDWR);
269 if (control_sock >= 0 && shutdown(control_sock, SHUT_RDWR)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
socket.h 60 SHUT_RDWR /* No more receptions or transmissions. */
61 #define SHUT_RDWR SHUT_RDWR
230 SHUT_RDWR = No more receptions or transmissions.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
socket.h 60 SHUT_RDWR /* No more receptions or transmissions. */
61 #define SHUT_RDWR SHUT_RDWR
230 SHUT_RDWR = No more receptions or transmissions.
  /external/libmicrohttpd/src/include/
platform.h 163 #if !defined(SHUT_RDWR) && defined(SD_BOTH)
164 #define SHUT_RDWR SD_BOTH
  /external/ltp/testcases/kernel/syscalls/sendfile/
sendfile02.c 126 shutdown(sockfd, SHUT_RDWR);
127 shutdown(s, SHUT_RDWR);
sendfile04.c 140 shutdown(sockfd, SHUT_RDWR);
141 shutdown(s, SHUT_RDWR);
sendfile05.c 110 shutdown(sockfd, SHUT_RDWR);
111 shutdown(s, SHUT_RDWR);
sendfile06.c 83 shutdown(sockfd, SHUT_RDWR);
84 shutdown(out_fd, SHUT_RDWR);
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 35 shutdown_both = ASIO_OS_DEF(SHUT_RDWR)
  /kernel/tests/net/test/
leak_test.py 37 self.assertRaisesErrno(ENOTCONN, s.shutdown, SHUT_RDWR)
  /tools/test/connectivity/acts/tests/google/bt/power/
SetupBTPairingTest.py 68 sock.shutdown(socket.SHUT_RDWR)
  /bionic/libc/include/sys/
socket.h 70 SHUT_RDWR
71 #define SHUT_RDWR SHUT_RDWR
  /external/mesa3d/src/gallium/auxiliary/util/
u_network.c 60 shutdown(s, SHUT_RDWR);
  /system/bt/hci/src/
btsnoop_net.cc 69 shutdown(listen_socket_, SHUT_RDWR);
  /tools/test/connectivity/acts/tests/google/wifi/
SetupWifiNetworkTest.py 51 sock.shutdown(socket.SHUT_RDWR)
  /frameworks/base/libs/common_time/
diag_thread.cpp 139 shutdown(listen_fd_, SHUT_RDWR);
154 shutdown(data_fd_, SHUT_RDWR);
  /libcore/ojluni/src/main/java/java/net/
PlainSocketImpl.java 52 import static android.system.OsConstants.SHUT_RDWR;
260 Libcore.os.shutdown(fd1, SHUT_RDWR);
  /bionic/tests/headers/posix/
sys_socket_h.c 129 MACRO(SHUT_RDWR);
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_shutdown.c 11 * TEST5: shutdown with SHUT_RDWR flag to disable new receive/send
194 /*shutdown() TEST5: shutdown with SHUT_RDWR flag to disable new
196 test_shutdown(clnt_sk[2], SHUT_RDWR);
205 tst_brkm(TBROK, tst_exit, "recv on a SHUT_RDWR socket "
208 tst_resm(TPASS, "shutdown() with SHUT_RDWR flag - SUCCESS");
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 107 # define ASIO_OS_DEF_SHUT_RDWR SHUT_RDWR

Completed in 786 milliseconds

1 2 3 4 5 6