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

1 2 3

  /external/iptables/include/libipulog/
libipulog.h 18 #ifndef MSG_TRUNC
19 #define MSG_TRUNC 0x20
  /external/iptables/include/libipq/
libipq.h 44 #ifndef MSG_TRUNC
45 #define MSG_TRUNC 0x20
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go 125 MSG_TRUNC = 0x0100
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go 125 MSG_TRUNC = 0x0100
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 87 MSG_TRUNC = 0x10
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mswsock.h 184 #define MSG_TRUNC 0x0100
  /bionic/libc/include/sys/
socket.h 240 #define MSG_TRUNC 0x20
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 458 #define MSG_TRUNC 0x0010 /* data discarded before delivery */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 219 MSG_TRUNC = 0x20,
220 #define MSG_TRUNC MSG_TRUNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 219 MSG_TRUNC = 0x20,
220 #define MSG_TRUNC MSG_TRUNC
  /external/libpcap/
pcap-linux.c 93 * - MSG_TRUNC isn't supported, so you can't specify that "recvfrom()"
97 * as the byte count, and also pass MSG_TRUNC, so that the return
266 #ifndef MSG_TRUNC
268 * This is being compiled on a system that lacks MSG_TRUNC; define it
271 * we're passing the right value and thus get the MSG_TRUNC behavior
273 * they didn't support MSG_TRUNC.)
275 #define MSG_TRUNC 0x20
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 329 MSG_TRUNC = 0x10
  /libcore/luni/src/main/java/android/system/
OsConstants.java 355 public static final int MSG_TRUNC = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 662 MSG_TRUNC = 0x10
    [all...]
zerrors_darwin_amd64.go 662 MSG_TRUNC = 0x10
    [all...]
zerrors_darwin_arm.go 620 MSG_TRUNC = 0x10
    [all...]
zerrors_darwin_arm64.go 666 MSG_TRUNC = 0x10
    [all...]
zerrors_solaris_amd64.go 616 MSG_TRUNC = 0x20
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 662 MSG_TRUNC = 0x10
    [all...]
zerrors_darwin_amd64.go 662 MSG_TRUNC = 0x10
    [all...]
zerrors_darwin_arm.go 620 MSG_TRUNC = 0x10
    [all...]
zerrors_darwin_arm64.go 666 MSG_TRUNC = 0x10
    [all...]
zerrors_solaris_amd64.go 616 MSG_TRUNC = 0x20
    [all...]

Completed in 5564 milliseconds

1 2 3