HomeSort by relevance Sort by last modified time
    Searched refs:MSG_CTRUNC (Results 51 - 62 of 62) sorted by null

1 23

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
socket.h 317 #define MSG_CTRUNC 0x20 /* control data lost before delivery */
  /external/kernel-headers/original/linux/
socket.h 254 #define MSG_CTRUNC 8
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 237 #define MSG_CTRUNC 8
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 237 #define MSG_CTRUNC 8
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 237 #define MSG_CTRUNC 8
  /external/strace/
net.c 553 #ifdef MSG_CTRUNC
554 { MSG_CTRUNC, "MSG_CTRUNC" },
568 #ifdef MSG_CTRUNC
569 { MSG_CTRUNC, "MSG_CTRUNC" },
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 129 if ((msg.msg_flags & (MSG_TRUNC|MSG_CTRUNC)) ||
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 565 (msg.msg_flags & MSG_CTRUNC) || pktp == NULL)
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 532 if ((msg.msg_flags & (MSG_CTRUNC | MSG_OOB | MSG_ERRQUEUE)) != 0) {
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 245 public static final int MSG_CTRUNC = placeholder();
    [all...]
  /external/chromium_org/ipc/
ipc_channel_posix.cc 915 if (msg->msg_flags & MSG_CTRUNC) {
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 293 initConstant(env, c, "MSG_CTRUNC", MSG_CTRUNC);

Completed in 433 milliseconds

1 23