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

1 2 3

  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 84 MSG_PEEK = 0x2
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 130 #define MSG_PEEK 0x01 /* Peeks at an incoming message */
  /bionic/libc/include/sys/
socket.h 235 #define MSG_PEEK 2
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 455 #define MSG_PEEK 0x0002 /* peek at incoming message */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 206 MSG_PEEK = 0x02, /* Peek at incoming messages. */
207 #define MSG_PEEK MSG_PEEK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 206 MSG_PEEK = 0x02, /* Peek at incoming messages. */
207 #define MSG_PEEK MSG_PEEK
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 217 #undef MSG_PEEK
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 258 #define MSG_PEEK 0x2
winsock2.h 302 #define MSG_PEEK 0x2
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 759 MSG_PEEK = 2
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 326 MSG_PEEK = 0x2
  /libcore/luni/src/main/java/android/system/
OsConstants.java 354 public static final int MSG_PEEK = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 659 MSG_PEEK = 0x2
    [all...]
zerrors_darwin_amd64.go 659 MSG_PEEK = 0x2
    [all...]
zerrors_darwin_arm.go 617 MSG_PEEK = 0x2
    [all...]
zerrors_darwin_arm64.go 663 MSG_PEEK = 0x2
    [all...]
zerrors_solaris_amd64.go 615 MSG_PEEK = 0x2
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 659 MSG_PEEK = 0x2
    [all...]
zerrors_darwin_amd64.go 659 MSG_PEEK = 0x2
    [all...]
zerrors_darwin_arm.go 617 MSG_PEEK = 0x2
    [all...]
zerrors_darwin_arm64.go 663 MSG_PEEK = 0x2
    [all...]
zerrors_solaris_amd64.go 615 MSG_PEEK = 0x2
    [all...]

Completed in 427 milliseconds

1 2 3