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

1 2 3 4

  /external/strace/xlat/
msg_flags.h 21 #if defined(MSG_CTRUNC) || (defined(HAVE_DECL_MSG_CTRUNC) && HAVE_DECL_MSG_CTRUNC)
22 XLAT(MSG_CTRUNC),
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 88 MSG_CTRUNC = 0x20
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 215 MSG_CTRUNC = 0x08, /* Control data lost before delivery. */
216 #define MSG_CTRUNC MSG_CTRUNC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 215 MSG_CTRUNC = 0x08, /* Control data lost before delivery. */
216 #define MSG_CTRUNC MSG_CTRUNC
  /system/core/debuggerd/
util.cpp 79 } else if ((msg.msg_flags & MSG_CTRUNC) != 0) {
  /bionic/tests/headers/posix/
sys_socket_h.c 114 MACRO(MSG_CTRUNC);
  /external/ltp/utils/sctp/func_tests/
test_autoclose.c 143 MSG_EOR|MSG_CTRUNC, 0, 0);
  /external/libchrome/base/posix/
unix_domain_socket_linux.cc 159 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) {
  /external/libmojo/mojo/edk/embedder/
platform_channel_utils_posix.cc 230 DCHECK(!(msg.msg_flags & MSG_CTRUNC));
  /bionic/libc/include/sys/
socket.h 238 #define MSG_CTRUNC 8
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 459 #define MSG_CTRUNC 0x0020 /* control data lost before delivery */
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
rxtimestamp.c 198 if (hdr.msg_flags & (MSG_TRUNC | MSG_CTRUNC))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mswsock.h 185 #define MSG_CTRUNC 0x0200
  /external/python/cpython3/Lib/test/
test_socket.py     [all...]
  /external/perfetto/src/ipc/
unix_socket.cc 441 if (msg_hdr.msg_flags & MSG_TRUNC || msg_hdr.msg_flags & MSG_CTRUNC) {
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 217 if ((msg.msg_flags & (MSG_CTRUNC | MSG_OOB | MSG_ERRQUEUE)) != 0) {
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go 126 MSG_CTRUNC = 0x0200
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go 126 MSG_CTRUNC = 0x0200
  /external/libnl/lib/
nl.c 682 if (msg.msg_flags & MSG_CTRUNC) {
  /external/linux-kselftest/tools/testing/selftests/net/
msg_zerocopy.c 321 if (msg.msg_flags & MSG_CTRUNC)
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 572 (msg.msg_flags & MSG_CTRUNC) || pktp == NULL)
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 328 MSG_CTRUNC = 0x8
  /libcore/luni/src/main/java/android/system/
OsConstants.java 350 public static final int MSG_CTRUNC = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 376 initConstant(env, c, "MSG_CTRUNC", MSG_CTRUNC);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]

Completed in 886 milliseconds

1 2 3 4