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

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 53 MSG_OOB = 0x1 # Process data out of band
236 self.sock.sendall(line, MSG_OOB)
    [all...]
  /external/python/cpython2/Lib/
ftplib.py 53 MSG_OOB = 0x1 # Process data out of band
241 self.sock.sendall(line, MSG_OOB)
    [all...]
  /external/python/cpython3/Lib/
ftplib.py 47 MSG_OOB = 0x1 # Process data out of band
262 self.sock.sendall(line, MSG_OOB)
803 # overridden as we can't pass MSG_OOB flag to sendall()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 53 MSG_OOB = 0x1 # Process data out of band
236 self.sock.sendall(line, MSG_OOB)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 53 MSG_OOB = 0x1 # Process data out of band
236 self.sock.sendall(line, MSG_OOB)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 53 MSG_OOB = 0x1 # Process data out of band
236 self.sock.sendall(line, MSG_OOB)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 53 MSG_OOB = 0x1 # Process data out of band
236 self.sock.sendall(line, MSG_OOB)
    [all...]
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 83 MSG_OOB = 0x1
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 132 #define MSG_OOB 0x04 /* Unimplemented: Requests out-of-band data. The significance and semantics of out-of-band data are protocol-specific */
  /bionic/libc/include/sys/
socket.h 234 #define MSG_OOB 1
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 454 #define MSG_OOB 0x0001 /* process out-of-band data */
  /external/python/cpython2/Lib/plat-beos5/
IN.py 315 MSG_OOB = 0x1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 204 MSG_OOB = 0x01, /* Process out-of-band data. */
205 #define MSG_OOB MSG_OOB
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 204 MSG_OOB = 0x01, /* Process out-of-band data. */
205 #define MSG_OOB MSG_OOB
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 216 #undef MSG_OOB
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 257 #define MSG_OOB 0x1
winsock2.h 301 #define MSG_OOB 0x1
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 758 MSG_OOB = 1
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 325 MSG_OOB = 0x1
  /libcore/luni/src/main/java/android/system/
OsConstants.java 353 public static final int MSG_OOB = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 658 MSG_OOB = 0x1
    [all...]
zerrors_darwin_amd64.go 658 MSG_OOB = 0x1
    [all...]
zerrors_darwin_arm.go 616 MSG_OOB = 0x1
    [all...]
zerrors_darwin_arm64.go 662 MSG_OOB = 0x1
    [all...]
zerrors_solaris_amd64.go 614 MSG_OOB = 0x1
    [all...]

Completed in 569 milliseconds

1 2 3 4