Home
last modified time | relevance | path

Searched refs:MSG_CTRUNC (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h13 #if defined(MSG_CTRUNC) || (defined(HAVE_DECL_MSG_CTRUNC) && HAVE_DECL_MSG_CTRUNC)
14 XLAT(MSG_CTRUNC),
Dmsg_flags.in4 MSG_CTRUNC
/external/chromium_org/mojo/embedder/
Dplatform_channel_utils_posix.cc166 DCHECK(!(msg.msg_flags & MSG_CTRUNC)); in PlatformChannelRecvmsg()
/external/chromium_org/base/posix/
Dunix_domain_socket_linux.cc142 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) { in RecvMsgWithFlags()
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
Dsocket.h316 #define MSG_CTRUNC 0x20 /* control data lost before delivery */ macro
/external/libnl/lib/
Dnl.c456 } else if (msg.msg_flags & MSG_CTRUNC) { in nl_recv()
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c572 (msg.msg_flags & MSG_CTRUNC) || pktp == NULL) in recvfrom_flags()
/external/chromium_org/ipc/
Dipc_channel_posix.cc930 if (msg->msg_flags & MSG_CTRUNC) { in ExtractFileDescriptorsFromMsghdr()
/external/strace/debian/
Dchangelog794 * added MSG_PROXY and MSG_CTRUNC to msg_flags
/external/strace/
DChangeLog-CVS5013 + added MSG_PROXY and MSG_CTRUNC to msg_flags