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

1 2 3 4

  /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),
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unistd.h 34 #define SHUT_WR 0x01
  /external/libmicrohttpd/src/include/
platform.h 157 #if !defined(SHUT_WR) && defined(SD_SEND)
158 #define SHUT_WR SD_SEND
  /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...]
  /external/libvncserver/libvncserver/
sockets.c 117 #define SHUT_WR 0x01
  /external/curl/lib/
curl_setup.h 708 # define SHUT_WR 0x01
  /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/syslinux/core/lwip/src/include/lwip/
sockets.h 284 #define SHUT_WR 1
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 96 SHUT_WR
956 case SHUT_WR:
types_windows.go 577 SHUT_WR = 1
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go 806 SHUT_WR = 0x1
    [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go 750 SHUT_WR = 0x1
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 96 SHUT_WR
956 case SHUT_WR:
types_windows.go 577 SHUT_WR = 1
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
  /bionic/libc/include/sys/
socket.h 68 SHUT_WR,
69 #define SHUT_WR SHUT_WR
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 532 #define SHUT_WR 1 /* Disallow further sends. */
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 169 SHUT_WR = 1
  /libcore/luni/src/main/java/android/system/
OsConstants.java 426 public static final int SHUT_WR = placeholder();
    [all...]

Completed in 812 milliseconds

1 2 3 4